Move keyboard USB IDs and strings to data driven: L (#17849)
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4C44 // "LD"
|
||||
#define PRODUCT_ID 0x0060
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER LazyDesigners
|
||||
#define PRODUCT THE60 rev1
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "THE60 rev1",
|
||||
"manufacturer": "LazyDesigners",
|
||||
"url": "http://lazydesigners.cn",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x4C44",
|
||||
"pid": "0x0060",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_split_spc_split_bspc": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user