[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:
MechMerlin
2020-02-16 11:42:03 -08:00
committed by GitHub
parent 17ff551275
commit de462761c9
4 changed files with 38 additions and 3 deletions

View File

@@ -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