From 2da0827d4ffbcba161126d6001f370e97d0172a8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Feb 2023 16:08:25 +1100 Subject: Remove matrix size defines (#19581) --- keyboards/protozoa/p01/config.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'keyboards/protozoa/p01') diff --git a/keyboards/protozoa/p01/config.h b/keyboards/protozoa/p01/config.h index e1303ce6dc..4ebfa1b381 100644 --- a/keyboards/protozoa/p01/config.h +++ b/keyboards/protozoa/p01/config.h @@ -18,10 +18,6 @@ along with this program. If not, see . #pragma once -/* Key matrix size */ -#define MATRIX_ROWS 6 -#define MATRIX_COLS 18 - #define MATRIX_ROW_PINS { B1, B2, B10, B11, B12, B13 } #define MATRIX_COL_PINS { A14, A15, B3, B4, B5, B6, B7, B8, B9, A0, A1, A2, A3, A4, A5, A6, A7, B0 } -- cgit v1.2.3