diff options
author | Brandon Claveria <48102030+swiftrax@users.noreply.github.com> | 2020-08-12 07:08:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 00:08:41 +1000 |
commit | f1299f32928210b6d7d2abe999e502244dcafd69 (patch) | |
tree | 7b6e6f1fe85d51eae3421946df6b295a8edae666 /keyboards | |
parent | ce5cdc6f8a37505333d5695ebcfa31574a7fe3cd (diff) |
fix handwired/swiftrax/cowfish PID and VID (#9922)
Co-authored-by: Swiftrax <swiftrax@gmail.com>
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/handwired/swiftrax/cowfish/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/swiftrax/cowfish/config.h b/keyboards/handwired/swiftrax/cowfish/config.h index d8ee885539..3b48779466 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 <http://www.gnu.org/licenses/>. #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 |