Move keyboard USB IDs and strings to data driven: T (#17899)
This commit is contained in:
@@ -18,13 +18,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x544B //TK
|
||||
#define PRODUCT_ID 0x0003
|
||||
#define DEVICE_VER 0x0006
|
||||
#define MANUFACTURER The Key Company
|
||||
#define PRODUCT Candybar
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_COLS 17
|
||||
|
@@ -1,9 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "TKC Candybar",
|
||||
"keyboard_name": "Candybar",
|
||||
"manufacturer": "The Key Company",
|
||||
"url": "",
|
||||
"maintainer": "terrymathews",
|
||||
"width": 17,
|
||||
"height": 4,
|
||||
"usb": {
|
||||
"vid": "0x544B",
|
||||
"pid": "0x0003",
|
||||
"device_version": "0.0.6"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user