From 31662af342b1ff3715fb3f8f0d0efd6078b58092 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Wed, 4 Mar 2020 01:22:47 -0800 Subject: [Keyboard] VIA Support: Tada68 (#8289) * tada68 via files * change vid and pid based on wilba's recommendaton --- keyboards/tada68/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/tada68/config.h') diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h index 89ed8c3113..41eacbd86b 100755 --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/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 0x4C17 +#define VENDOR_ID 0x5441 +#define PRODUCT_ID 0x0001 #define DEVICE_VER 0x0003 #define MANUFACTURER TADA #define PRODUCT TADA68 -- cgit v1.2.3