Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
314f6c1ddb
commit
7e0299117b
972 changed files with 2898 additions and 2569 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue