Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -26,13 +26,6 @@
|
||||
|
||||
#define TAP_CODE_DELAY 15
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
|
||||
# define ENCODERS_PAD_A { A9 }
|
||||
# define ENCODERS_PAD_B { A10 }
|
||||
|
||||
#endif
|
||||
|
||||
/* RGB Matrix */
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
|
||||
|
@@ -6,6 +6,11 @@
|
||||
"pid": "0xAA83",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "A9", "pin_b": "A10"}
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user