Move keyboard USB IDs and strings to data driven: V (#17901)
This commit is contained in:
@@ -17,13 +17,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x5644 //VD
|
||||
#define PRODUCT_ID 0x5111
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Viktus Design
|
||||
#define PRODUCT SP111
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6*2
|
||||
#define MATRIX_COLS 11
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "SP-111",
|
||||
"keyboard_name": "SP111",
|
||||
"manufacturer": "Viktus Design LLC",
|
||||
"url": "https://thekey.company/products/sp-111",
|
||||
"maintainer": "blindassassin111",
|
||||
"usb": {
|
||||
"vid": "0x5644",
|
||||
"pid": "0x5111",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user