[Keyboard] Add GON NerD TKL VIA keymap (#12309)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
8b98e67643
commit
cd96377312
3 changed files with 66 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x6965
|
||||
#define VENDOR_ID 0x4E45 // NE
|
||||
#define PRODUCT_ID 0x5244 // RD
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER GON
|
||||
#define PRODUCT NerD TKL
|
||||
|
@ -22,6 +22,9 @@
|
|||
#define MATRIX_COL_PINS { E6, B0, B1, B2, B3, F0, D0, D5, D1 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
#define BOOTMAGIC_LITE_ROW 8
|
||||
#define BOOTMAGIC_LITE_COLUMN 0
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue