[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:
Matthew Weldon
2020-07-23 22:42:56 -04:00
committed by GitHub
parent d699fd1fb4
commit e620a7beb2
3 changed files with 11 additions and 7 deletions

View File

@@ -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*/