Move keyboard USB IDs and strings to data driven: I (#17836)
This commit is contained in:
@@ -18,13 +18,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x6964 // ID
|
||||
#define PRODUCT_ID 0x0075
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER IDOBAO
|
||||
#define PRODUCT ID75
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "ID75 v2",
|
||||
"keyboard_name": "ID75",
|
||||
"manufacturer": "IDOBAO",
|
||||
"url": "",
|
||||
"maintainer": "peepeetee",
|
||||
"usb": {
|
||||
"vid": "0x6964",
|
||||
"pid": "0x0075",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_5x15": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user