diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2020-03-09 10:16:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 19:16:48 -0700 |
commit | d526117896f51e42d94ad0f1180bcd559fca6f3e (patch) | |
tree | 864b3f507baaa965d44478f3d38d84c45da589b8 /keyboards/dztech/dz60rgb/v2/config.h | |
parent | cf40c33c907c44753bb145b9f2d5107447422fbc (diff) | |
download | qmk_firmware-d526117896f51e42d94ad0f1180bcd559fca6f3e.tar.gz qmk_firmware-d526117896f51e42d94ad0f1180bcd559fca6f3e.zip |
add via support for dztech 60 and 65 pcb (#8334)
* add via support for dztech 60 and 65 pcb
add via support for dztech 60 and 65 pcb
* Update dz60rgb.h
* Update dz60rgb.h
* Update dz60rgb_ansi.h
* Update dz60rgb_wkl.h
* Update dz65rgb.h
* Update dz60rgb.h
* Update dz60rgb_ansi.h
* Update dz60rgb_wkl.h
* Update dz65rgb.h
* Update keyboards/dztech/dz60rgb/dz60rgb.h
* Update keyboards/dztech/dz60rgb_wkl/dz60rgb_wkl.h
* Update keyboards/dztech/dz65rgb/dz65rgb.h
* Update keyboards/dztech/dz60rgb_ansi/dz60rgb_ansi.h
* Update dz60rgb_wkl.h
* Update keyboards/dztech/dz65rgb/keymaps/via/keymap.c
* Update keyboards/dztech/dz60rgb_wkl/keymaps/via/keymap.c
Diffstat (limited to 'keyboards/dztech/dz60rgb/v2/config.h')
-rw-r--r-- | keyboards/dztech/dz60rgb/v2/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/dztech/dz60rgb/v2/config.h b/keyboards/dztech/dz60rgb/v2/config.h index c145cf03bc..b344e34b37 100644 --- a/keyboards/dztech/dz60rgb/v2/config.h +++ b/keyboards/dztech/dz60rgb/v2/config.h @@ -1,8 +1,8 @@ #pragma once /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x1219 +#define VENDOR_ID 0x445A +#define PRODUCT_ID 0x1121 #define DEVICE_VER 0x0002 #define MANUFACTURER DZTECH #define PRODUCT DZ60RGB |