Remove matrix size defines (#19581)
This commit is contained in:
@@ -16,9 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define MATRIX_ROWS 10
|
||||
#define MATRIX_COLS 7
|
||||
|
||||
#define MATRIX_COL_PINS { A1, B12, B14, A2, A0, A3, A4}
|
||||
#define MATRIX_ROW_PINS { C14, C13, B5, B4, B8, A15, B3, B9, A5, A7}
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
Reference in New Issue
Block a user