Move keyboard USB IDs and strings to data driven: N (#17865)
This commit is contained in:
parent
7222969964
commit
056a44c7d3
114 changed files with 367 additions and 434 deletions
|
@ -23,13 +23,6 @@
|
|||
// Workaround for freezing after MacOS sleep
|
||||
#define USB_SUSPEND_WAKEUP_DELAY 200
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x6E61
|
||||
#define PRODUCT_ID 0x6064
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER nullbits
|
||||
#define PRODUCT TIDBIT
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 6
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"keyboard_name": "TIDBIT 19",
|
||||
"keyboard_name": "TIDBIT",
|
||||
"manufacturer": "nullbits",
|
||||
"url": "https://nullbits.co/tidbit/",
|
||||
"usb": {
|
||||
"vid": "0x6E61",
|
||||
"pid": "0x6064",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue