1
0
Fork 0

Remove stray UNUSED_PINS (#19639)

This commit is contained in:
Joel Challis 2023-01-20 02:35:18 +00:00 committed by GitHub
parent 891780b17f
commit 5e502c3265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 14 deletions

View file

@ -12,10 +12,6 @@
#define MATRIX_ROWS_PER_SIDE (MATRIX_ROWS / 2)
#define MATRIX_COLS_PER_SIDE (MATRIX_COLS / 2)
#define UNUSED_MCU 13
#define UNUSED_MCP 6
// wiring
#define MATRIX_ROW_PINS_MCU \
{ B0, B1, B2, B3 }