1
0
Fork 0

re-added mouse and media keys plus slight changes (#9515)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
unicorn855 2020-06-30 13:23:31 +02:00 committed by GitHub
parent 48db3ad6ef
commit 398a7e5b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 75 deletions

View file

@ -3,13 +3,14 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0x414B // 'AK' Alpaca Keyboards
#define VENDOR_ID 0x414B // 'AK' for Alpaca Keyboards
#define PRODUCT_ID 0x0001 // sequentially numbered
#define DEVICE_VER 0x0001
#define MANUFACTURER Z.P.Z.O.
#define PRODUCT Alpaca Keyboards HotDox
#define DESCRIPTION QMK keyboard firmware for HotDox
#define MANUFACTURER Alpaca Keyboards
#define PRODUCT ErgoDox 76 "HotDox"
#define DESCRIPTION QMK FW for the "HotDox"
/* key matrix size */
#define MATRIX_ROWS 6
@ -75,4 +76,3 @@
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
//#define DEBUG_MATRIX_SCAN_RATE