Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)
This commit is contained in:
@@ -15,13 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x445A
|
||||
#define PRODUCT_ID 0x1420
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER DZTECH
|
||||
#define PRODUCT DZ65RGB
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
6
keyboards/dztech/dz65rgb/v1/info.json
Normal file
6
keyboards/dztech/dz65rgb/v1/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0x1420",
|
||||
"device_version": "1.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user