You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once
|
|
|
|
|
|
#define MATRIX_ROW_PINS { A0 }
|
|
#define MATRIX_COL_PINS { B4, A15, B3, A1, B6, B5 }
|
|
|
|
/* COL2ROW, ROW2COL */
|
|
#define DIODE_DIRECTION COL2ROW
|