summary refs log tree commit diff
path: root/keyboards/ll3macorn
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/ll3macorn
parent26b17a71e07d2ba1007f016daad5d4ad380b4135 (diff)
Move keyboard USB IDs and strings to data driven: L (#17849)
Diffstat (limited to 'keyboards/ll3macorn')
-rw-r--r--keyboards/ll3macorn/bongopad/config.h7
-rw-r--r--keyboards/ll3macorn/bongopad/info.json8
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/ll3macorn/bongopad/config.h b/keyboards/ll3macorn/bongopad/config.h
index ccbd45f461..9a9214dd43 100644
--- a/keyboards/ll3macorn/bongopad/config.h
+++ b/keyboards/ll3macorn/bongopad/config.h
@@ -4,13 +4,6 @@
 
 #include "config_common.h"
 
-/* USB Device descriptor parameter */
-#define VENDOR_ID       0x3728
-#define PRODUCT_ID      0x2949
-#define DEVICE_VER      0x0001
-#define MANUFACTURER    Ll3macorn
-#define PRODUCT         BongoPad
-
 /* bootmagic */
 #define BOOTMAGIC_LITE_ROW 1
 #define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/ll3macorn/bongopad/info.json b/keyboards/ll3macorn/bongopad/info.json
index 1431c3ca35..90979cd7ba 100644
--- a/keyboards/ll3macorn/bongopad/info.json
+++ b/keyboards/ll3macorn/bongopad/info.json
@@ -1,7 +1,13 @@
 {
-	"keyboard_name": "Bongopad", 
+	"keyboard_name": "BongoPad", 
+	"manufacturer": "Ll3macorn",
 	"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ll3macorn/bongopad", 
 	"maintainer": "Ll3macorn", 
+	"usb": {
+		"vid": "0x3728",
+		"pid": "0x2949",
+		"device_version": "0.0.1"
+	},
 	"layouts": {
 	    "LAYOUT_default": {
 		"layout": [{"x":0, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}]