From 339e29d5af943ddcfaf4aa335c3d1489dfb0017b Mon Sep 17 00:00:00 2001 From: Xelus22 Date: Fri, 24 Jan 2020 13:28:25 +1000 Subject: Add VIA support to TMO50 (#7986) * via compatible * disable mousekey * remove unnecessary space --- keyboards/tmo50/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/tmo50/config.h') diff --git a/keyboards/tmo50/config.h b/keyboards/tmo50/config.h index ee7f0e34a..cebd08bce 100644 --- a/keyboards/tmo50/config.h +++ b/keyboards/tmo50/config.h @@ -20,8 +20,8 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0xFBFB +#define PRODUCT_ID 0x0050 #define DEVICE_VER 0x0001 #define MANUFACTURER funderburker #define PRODUCT TMO50 -- cgit v1.2.3