Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#define MATRIX_ROW_PINS { B6 }
|
||||
#define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5}
|
||||
|
||||
#define ENCODERS_PAD_A { E6 }
|
||||
#define ENCODERS_PAD_B { D1 }
|
||||
#define TAP_CODE_DELAY 10
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x8585",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "E6", "pin_b": "D1"}
|
||||
]
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [0, 5]
|
||||
},
|
||||
|
Reference in New Issue
Block a user