Move matrix config to info.json, part 3 (#19991)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
76cc7fe109
commit
ace372d90d
623 changed files with 1593 additions and 4581 deletions
|
@ -16,15 +16,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { B4, B5, B7, D5, C7, F1, F0, B6 }
|
||||
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, E6 }
|
||||
|
||||
/* Indicator LEDs */
|
||||
#define LED_INDICATOR_TOP B0
|
||||
#define LED_INDICATOR_MID D4
|
||||
#define LED_INDICATOR_BOT C6
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x4B30",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "E6"],
|
||||
"rows": ["B4", "B5", "B7", "D5", "C7", "F1", "F0", "B6"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "D0", "pin_b": "D1"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue