diff options
author | George Wietor <george@wietor.com> | 2020-04-09 03:16:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 09:16:04 +0200 |
commit | be8443b35b3ec1b6abbe31c6533d22e14df27c4e (patch) | |
tree | 0e7dcce08039fe49028a143310423509a3f353dd /keyboards/kbdfans/kbd6x/config.h | |
parent | 4b10235f6777db3e7a7feab301542a0e78083b20 (diff) |
VIA support for the KBDFans KBD6x (#8680)
* Add VIA keymap
* Update VID/PID
- Update VID/PID to match other KBDfans keyboards
- Flesh out keyboard description
* add missing newline. whoops.
* Update keyboards/kbdfans/kbd6x/keymaps/via/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* update author / copyright date
* Update keyboards/kbdfans/kbd6x/keymaps/via/rules.mk
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/kbd6x/keymaps/via/keymap.c
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/kbdfans/kbd6x/kbd6x.h
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-authored-by: George Wietor <george@light-gray.attlocal.net>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/kbdfans/kbd6x/config.h')
-rw-r--r-- | keyboards/kbdfans/kbd6x/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/kbdfans/kbd6x/config.h b/keyboards/kbdfans/kbd6x/config.h index 61d086fbd5..32a625f71e 100644 --- a/keyboards/kbdfans/kbd6x/config.h +++ b/keyboards/kbdfans/kbd6x/config.h @@ -20,12 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x4B42 +#define PRODUCT_ID 0x3658 #define DEVICE_VER 0x0001 #define MANUFACTURER You #define PRODUCT kbd6x -#define DESCRIPTION A custom keyboard +#define DESCRIPTION Dual USB-C Tsangan Hot Swap PCB /* key matrix size */ #define MATRIX_ROWS 5 |