diff options
Diffstat (limited to 'keyboards/amag23')
-rw-r--r-- | keyboards/amag23/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/amag23/config.h b/keyboards/amag23/config.h index 7d84d3f704..82e82fc469 100644 --- a/keyboards/amag23/config.h +++ b/keyboards/amag23/config.h @@ -16,10 +16,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 6 - #define MATRIX_ROW_PINS { A0, A1, A2, A3 } #define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5 } |