[Keyboard] Knob Goblin add via support (#11831)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
mrT1ddl3s 2021-02-16 10:46:02 -07:00 committed by GitHub
parent 4a10dfb54d
commit 9a2b0a5db1
Failed to generate hash of commit
9 changed files with 107 additions and 37 deletions

View file

@ -19,12 +19,11 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define VENDOR_ID 0x4B47 // KG
#define PRODUCT_ID 0x0000
#define DEVICE_VER 0x0001
#define MANUFACTURER MrT1ddl3s
#define PRODUCT knobgoblin
#define PRODUCT Knob Goblin
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 5
@ -43,3 +42,7 @@
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 2
/*Bootmagic position definition because (0,0) is not used*/
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 1