diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-02-16 11:42:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:42:03 -0800 |
commit | de462761c996eb83a447fb9f668cd254d4284849 (patch) | |
tree | 87f8f8e6fac71b3bd2aa3dd786945207c658a80a /keyboards/dztech/dz60rgb_ansi/v2/config.h | |
parent | 17ff5512757e05cd3b4e27066c24ac697fa8da9c (diff) | |
download | qmk_firmware-de462761c996eb83a447fb9f668cd254d4284849.tar.gz qmk_firmware-de462761c996eb83a447fb9f668cd254d4284849.zip |
[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
Diffstat (limited to 'keyboards/dztech/dz60rgb_ansi/v2/config.h')
-rw-r--r-- | keyboards/dztech/dz60rgb_ansi/v2/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/dztech/dz60rgb_ansi/v2/config.h b/keyboards/dztech/dz60rgb_ansi/v2/config.h index b357ceefe7..3bd287b5f2 100644 --- a/keyboards/dztech/dz60rgb_ansi/v2/config.h +++ b/keyboards/dztech/dz60rgb_ansi/v2/config.h @@ -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 |