Move keyboard USB IDs and strings to data driven: I (#17836)
This commit is contained in:
@@ -19,13 +19,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x6964 /* "id" */
|
||||
#define PRODUCT_ID 0x0067
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER IDOBAO
|
||||
#define PRODUCT ID67
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "ID67",
|
||||
"manufacturer": "IDOBAO",
|
||||
"url": "https://idobao.net",
|
||||
"maintainer": "thewerther",
|
||||
"usb": {
|
||||
"vid": "0x6964",
|
||||
"pid": "0x0067",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_65_ansi_blocker"
|
||||
},
|
||||
|
Reference in New Issue
Block a user