[Keyboard] VIA Support: DZ60RGB ANSI V1/V2 (#8159)
* add dz60 via support * use the correct DZ vendor id dervied from dz60 * differentiate product ID of v2 board
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x1220
|
||||
#define VENDOR_ID 0x445A
|
||||
#define PRODUCT_ID 0x1221
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER DZTECH
|
||||
#define PRODUCT DZ60RGB_ANSI
|
||||
|
Reference in New Issue
Block a user