finish right half

This commit is contained in:
Franzi 2021-11-13 15:32:33 +01:00
parent 70ec1de364
commit e7d5042816
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 15 additions and 14 deletions

View file

@ -27,9 +27,9 @@
*
*/
#define MATRIX_COL_PINS { F5, F4, F1, F0, B0, B1, B2, B3, B7, D2, D3 }
#define MATRIX_COL_PINS_RIGHT { F5, F4, F1, F0, B0, B1, B2, B3, B7, D2, D3 }
#define MATRIX_COL_PINS_RIGHT { B6, F7, F6, F5, F4, F1, F0, B0, B1, B2, B3 }
#define MATRIX_ROW_PINS { B4, B5, B6, F7, F6 }
#define MATRIX_ROW_PINS_RIGHT { B4, B5, B6, F7, F6 }
#define MATRIX_ROW_PINS_RIGHT { B7, D2, D3, C6, C7 }
#define UNUSED_PINS
/* COL2ROW, ROW2COL */