Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -8,11 +8,6 @@
|
||||
#define MATRIX_ROW_PINS { D0, D4, C6 }
|
||||
#define MATRIX_COL_PINS { D7, E6, B4, B5 }
|
||||
|
||||
/* Encoder Assignments */
|
||||
#define ENCODERS_PAD_A { B6 }
|
||||
#define ENCODERS_PAD_B { B2 }
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
|
||||
Reference in New Issue
Block a user