Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
"pid": "0x544E",
|
||||
"device_version": "99.9.9"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "C6", "pin_b": "D7", "resolution": 2},
|
||||
{"pin_a": "E6", "pin_b": "B4", "resolution": 2}
|
||||
]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"matrix_pins": {
|
||||
|
Reference in New Issue
Block a user