diff options
Diffstat (limited to 'keyboards/free_willy')
-rw-r--r-- | keyboards/free_willy/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/free_willy/config.h b/keyboards/free_willy/config.h index e7459c1e33..a855a59c7c 100644 --- a/keyboards/free_willy/config.h +++ b/keyboards/free_willy/config.h @@ -16,10 +16,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 10 - #define MATRIX_ROW_PINS { F4, F5, F6, F7 } #define MATRIX_COL_PINS { D3, D2, D1, D0, D4, C6, D7, E6, B4, B5 } |