1
0
Fork 0

Cipulot Updates (#24539)

This commit is contained in:
Cipulot 2024-10-28 20:54:05 +01:00 committed by GitHub
parent 06b7dce565
commit 2aa186873e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
68 changed files with 292 additions and 171 deletions

View file

@ -19,6 +19,8 @@
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
#define UNUSED_POSITIONS_LIST { {1, 14}, {2, 14}, {3, 12}, {4, 0}, {4, 3}, {4, 4}, {4, 5}, {4, 7}, {4, 8}, {4, 11}, {4, 12}, {4, 13}, {4, 14} }
#define MATRIX_ROW_PINS \
{ A7, B0, A4, A5, A6 }