1
0
Fork 0

[Keyboard] added VIA support for HotDox (#9377)

* added VIA support for HotDox

* Update keyboards/hotdox/keymaps/via/keymap.c

Thank you drashna :)

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
unicorn855 2020-06-18 06:52:33 +02:00 committed by GitHub
parent 30fd69886d
commit 67f374029d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 229 additions and 3 deletions

View file

@ -3,12 +3,12 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0xE11D
#define VENDOR_ID 0x414B // 'AK' Alpaca Keyboards
#define PRODUCT_ID 0x0001 // sequentially numbered
#define DEVICE_VER 0x0001
#define MANUFACTURER Z.P.Z.O.
#define PRODUCT HotDox
#define PRODUCT Alpaca Keyboards HotDox
#define DESCRIPTION QMK keyboard firmware for HotDox
/* key matrix size */