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