From 2e509e46428484dc64407d8f98abbd2e5d1ea30d Mon Sep 17 00:00:00 2001 From: jrdsgl Date: Tue, 23 Mar 2021 01:11:58 -0700 Subject: [PATCH 1/2] Update config.h updating vendor and product id to match the via repo. this allows the board to show up correctly in via. --- keyboards/sixkeyboard/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index f25c09bc0de7..240d19592c8a 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h @@ -21,8 +21,8 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6062 +#define VENDOR_ID 0x746b +#define PRODUCT_ID 0x736b #define DEVICE_VER 0x0001 #define MANUFACTURER techkeys.us #define PRODUCT sixkeykeyboard From d41f5f1ba779b4936f08501ac380047c2a9c6802 Mon Sep 17 00:00:00 2001 From: jrdsgl Date: Sat, 27 Mar 2021 15:52:02 -0700 Subject: [PATCH 2/2] Update keyboards/sixkeyboard/config.h thank Co-authored-by: Ryan --- keyboards/sixkeyboard/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index 240d19592c8a..b8fcb8d7d1ed 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h @@ -21,8 +21,8 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0x746b -#define PRODUCT_ID 0x736b +#define VENDOR_ID 0x746B +#define PRODUCT_ID 0x736B #define DEVICE_VER 0x0001 #define MANUFACTURER techkeys.us #define PRODUCT sixkeykeyboard