Move keyboard USB IDs and strings to data driven: K (#17846)
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
@@ -17,13 +17,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4B50
|
||||
#define PRODUCT_ID 0x1122
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER KP Republic
|
||||
#define PRODUCT BM60V2_poker
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 14
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "bm60v2_poker",
|
||||
"keyboard_name": "BM60HSRGB Poker Rev2",
|
||||
"manufacturer": "KPrepublic",
|
||||
"url": "",
|
||||
"maintainer": "bdtc123",
|
||||
"usb": {
|
||||
"vid": "0x4B50",
|
||||
"pid": "0x1122",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_60_ansi": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user