summary refs log tree commit diff
path: root/keyboards/labbe
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-02 10:02:19 +1000
committerGitHub <noreply@github.com>2022-08-02 01:02:19 +0100
commit7222969964a41a295910844ef93372e368439a09 (patch)
tree63c48efd75286563d4b47f6d9ce37ff26c3effe3 /keyboards/labbe
parent26b17a71e07d2ba1007f016daad5d4ad380b4135 (diff)
Move keyboard USB IDs and strings to data driven: L (#17849)
Diffstat (limited to 'keyboards/labbe')
-rw-r--r--keyboards/labbe/labbeminiv1/config.h7
-rw-r--r--keyboards/labbe/labbeminiv1/info.json6
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/labbe/labbeminiv1/config.h b/keyboards/labbe/labbeminiv1/config.h
index ab1b25db3d..5a561fecad 100644
--- a/keyboards/labbe/labbeminiv1/config.h
+++ b/keyboards/labbe/labbeminiv1/config.h
@@ -17,13 +17,6 @@
 
 #include "config_common.h"
 
-/* USB Device descriptor parameter */
-#define VENDOR_ID       0xABBE  
-#define PRODUCT_ID      0x4C4D
-#define DEVICE_VER      0x0001
-#define MANUFACTURER    Labbe
-#define PRODUCT         Labbe Mini V1
-
 /* key matrix size */
 #define MATRIX_ROWS 2
 #define MATRIX_COLS 3
diff --git a/keyboards/labbe/labbeminiv1/info.json b/keyboards/labbe/labbeminiv1/info.json
index 34499f2c6a..b14a43903f 100644
--- a/keyboards/labbe/labbeminiv1/info.json
+++ b/keyboards/labbe/labbeminiv1/info.json
@@ -1,7 +1,13 @@
 {
     "keyboard_name": "Labbe Mini V1", 
+    "manufacturer": "Labbe",
     "url": "", 
     "maintainer": "qmk", 
+    "usb": {
+        "vid": "0xABBE",
+        "pid": "0x4C4D",
+        "device_version": "0.0.1"
+    },
     "layouts": {
         "LAYOUT_wasd": {
             "layout": [{"x":1, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}]