[Keyboard] add encoder support to PlaidPad default mappings (#9396)
* Add flipped and discrete encoder support default mappings * Fixed typo in readme * Removed flipped layout, fix config.h encoder pin mapping, update readme Co-authored-by: matt <matt@smooth.tech>
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
#define MATRIX_COL_PINS { B0, D7, D6, D5 }
|
||||
#define UNUSED_PINS { B3, B4, B5, D4}
|
||||
|
||||
#define ENCODERS_PAD_A { D0, B1 }
|
||||
#define ENCODERS_PAD_B { D1, B2 }
|
||||
#define ENCODERS_PAD_A { D1, B2 }
|
||||
#define ENCODERS_PAD_B { D0, B1 }
|
||||
|
||||
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
||||
/* COL2ROW, ROW2COL*/
|
||||
|
||||
Reference in New Issue
Block a user