Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -22,14 +22,6 @@
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* Enable encoder */
|
||||
#define ENCODERS_PAD_A { B1 }
|
||||
#define ENCODERS_PAD_B { B0 }
|
||||
|
||||
#define ENCODERS 1
|
||||
|
||||
#define ENCODER_RESOLUTION 2
|
||||
|
||||
// Note: array is { col, row )
|
||||
#define ENCODERS_CW_KEY { { 5, 4 } }
|
||||
#define ENCODERS_CCW_KEY { { 3, 4 } }
|
||||
|
||||
Reference in New Issue
Block a user