From 06bffbd45b9017743bf90cf79efe1de62a49fd2b Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Sun, 19 Apr 2020 10:11:55 -0700 Subject: [Keyboard] VIA Support: Singa x TGR Unikorn 60 (#8838) * add via keymap * change up VID and PID * enabling the RGB just so VIA has access to it --- keyboards/unikorn/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/unikorn/config.h') diff --git a/keyboards/unikorn/config.h b/keyboards/unikorn/config.h index c5c9b04663..c68a857d5e 100644 --- a/keyboards/unikorn/config.h +++ b/keyboards/unikorn/config.h @@ -19,8 +19,8 @@ along with this program. If not, see . #include "config_common.h" -#define VENDOR_ID 0x20A0 -#define PRODUCT_ID 0x422D +#define VENDOR_ID 0x5354 // Singa x TGR (ST) +#define PRODUCT_ID 0x556B // UK #define DEVICE_VER 0x0200 #define MANUFACTURER Singa x TGR #define PRODUCT Unikorn60 -- cgit v1.2.3