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

@ -2,16 +2,17 @@
## Spalten, von links (Oberseite)
```
1 F5
2 F4
3 F1
4 F0
6 B0
7 B1 F0
8 B2
9 B3 B1
10 B7
11
1 F5 B6
2 F4 F7
3 F1 F6
4 F0 F5
5 B0 F4
6 B1 F1
7 B2 F0
8 B3 B0
9 B7 B1
10 D2 B2
11 B3
```
@ -26,6 +27,6 @@
## i2c-Verbindung, von links (Rückseite Stecker)
* schwarz
* weiss
* grau
* weiss D1
* grau D0
* rot

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