Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -23,10 +23,6 @@
|
||||
#define MATRIX_ROW_PINS { B3, D4, F1, C6 }
|
||||
#define MATRIX_COL_PINS { F4, F5, B0, B2, B1, B4, D7, C7, D2, F7 }
|
||||
|
||||
/* Define encoder pads */
|
||||
#define ENCODERS_PAD_A { D5 }
|
||||
#define ENCODERS_PAD_B { D3 }
|
||||
|
||||
/*
|
||||
* WS2812 Underglow Matrix options
|
||||
*/
|
||||
|
@@ -2,6 +2,11 @@
|
||||
"usb": {
|
||||
"device_version": "0.0.3"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "D5", "pin_b": "D3"}
|
||||
]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu"
|
||||
}
|
||||
|
Reference in New Issue
Block a user