From f7699edb08044c2f635140696375023e22d4f9cd Mon Sep 17 00:00:00 2001 From: Swiftrax Date: Sun, 2 Aug 2020 21:26:35 -0700 Subject: [PATCH 1/3] change VID and PID --- keyboards/handwired/swiftrax/cowfish/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/handwired/swiftrax/cowfish/config.h b/keyboards/handwired/swiftrax/cowfish/config.h index d8ee8855399f..3b4877946696 100644 --- a/keyboards/handwired/swiftrax/cowfish/config.h +++ b/keyboards/handwired/swiftrax/cowfish/config.h @@ -20,8 +20,8 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0x7161 -#define PRODUCT_ID 0x5239 +#define VENDOR_ID 0x04D8 +#define PRODUCT_ID 0xEB53 #define DEVICE_VER 0x0001 #define MANUFACTURER Swiftrax #define PRODUCT CowFish From 7d1451c36ce671ae448d98445165dfaaade6259e Mon Sep 17 00:00:00 2001 From: Swiftrax Date: Fri, 7 Aug 2020 13:50:31 -0700 Subject: [PATCH 2/3] change VID --- keyboards/handwired/swiftrax/cowfish/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/swiftrax/cowfish/config.h b/keyboards/handwired/swiftrax/cowfish/config.h index 3b4877946696..1bac2df7e216 100644 --- a/keyboards/handwired/swiftrax/cowfish/config.h +++ b/keyboards/handwired/swiftrax/cowfish/config.h @@ -20,7 +20,7 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0x04D8 +#define VENDOR_ID 0x7161 #define PRODUCT_ID 0xEB53 #define DEVICE_VER 0x0001 #define MANUFACTURER Swiftrax From 62f3179f08eece43f61729774b505a15c562743d Mon Sep 17 00:00:00 2001 From: Swiftrax Date: Sat, 8 Aug 2020 00:30:55 -0700 Subject: [PATCH 3/3] revert VID to microchip's --- keyboards/handwired/swiftrax/cowfish/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/swiftrax/cowfish/config.h b/keyboards/handwired/swiftrax/cowfish/config.h index 1bac2df7e216..3b4877946696 100644 --- a/keyboards/handwired/swiftrax/cowfish/config.h +++ b/keyboards/handwired/swiftrax/cowfish/config.h @@ -20,7 +20,7 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0x7161 +#define VENDOR_ID 0x04D8 #define PRODUCT_ID 0xEB53 #define DEVICE_VER 0x0001 #define MANUFACTURER Swiftrax