Move keyboard USB IDs and strings to data driven: C (#17789)
This commit is contained in:
@@ -18,13 +18,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xB23B
|
||||
#define PRODUCT_ID 0x1688
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER ThomasLT
|
||||
#define PRODUCT Chaos65
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Chaos65",
|
||||
"manufacturer": "ThomasLT",
|
||||
"url": "https://www.thomasltstudio.com/product-page/chaos-65-keyboard",
|
||||
"maintainer": "kb-elmo",
|
||||
"usb": {
|
||||
"vid": "0xB23B",
|
||||
"pid": "0x1688",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user