Move keyboard USB IDs and strings to data driven: L (#17849)

This commit is contained in:
Ryan
2022-08-02 10:02:19 +10:00
committed by GitHub
parent 26b17a71e0
commit 7222969964
104 changed files with 346 additions and 370 deletions

View File

@@ -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

View File

@@ -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}]