From d526117896f51e42d94ad0f1180bcd559fca6f3e Mon Sep 17 00:00:00 2001 From: moyi4681 Date: Mon, 9 Mar 2020 10:16:48 +0800 Subject: 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 --- keyboards/dztech/dz65rgb/v1/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/dztech/dz65rgb/v1') diff --git a/keyboards/dztech/dz65rgb/v1/config.h b/keyboards/dztech/dz65rgb/v1/config.h index cc40fdc5a..bf700a238 100644 --- a/keyboards/dztech/dz65rgb/v1/config.h +++ b/keyboards/dztech/dz65rgb/v1/config.h @@ -1,8 +1,8 @@ #pragma once /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x1222 +#define VENDOR_ID 0x445A +#define PRODUCT_ID 0x1420 #define DEVICE_VER 0x0001 #define MANUFACTURER DZTECH #define PRODUCT DZ65RGB -- cgit v1.2.3