diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-02-21 10:21:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 18:21:02 +0000 |
commit | 3157f5f4361fc9b88398da675d2c7feec11957bd (patch) | |
tree | c9221ec255bf3d5d9543233c91085285012b335b /keyboards/kbdfans/kbd75/config.h | |
parent | 8d11359886d70a7a75c041ac2d9d3ec88a16b7ee (diff) |
VIA Support: KBD75 rev1/rev2 (#8214)
* add a VIA keymap for kbd75
* rev2 is a completely different pcb allowing a NEW layout, setting this to have a different product id so users don't get confused when they're able to enable numpad layout on rev1 VIA
* Update keyboards/kbdfans/kbd75/rev1/config.h
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/kbdfans/kbd75/rev2/config.h
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/kbdfans/kbd75/config.h')
-rw-r--r-- | keyboards/kbdfans/kbd75/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/kbdfans/kbd75/config.h b/keyboards/kbdfans/kbd75/config.h index 09ef6a2f31..d46ca75351 100644 --- a/keyboards/kbdfans/kbd75/config.h +++ b/keyboards/kbdfans/kbd75/config.h @@ -3,9 +3,7 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0001 +#define VENDOR_ID 0x4B42 #define MANUFACTURER qmkbuilder #define PRODUCT KBD75 #define DESCRIPTION QMK keyboard firmware for KBD75 |