diff options
| author | Ryan | 2023-02-17 06:08:25 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-17 06:08:25 +0100 |
| commit | 2da0827d4ffbcba161126d6001f370e97d0172a8 (patch) | |
| tree | ef9d9b76fef466ee5065d6de75f861b6a074c948 /keyboards/maxipad | |
| parent | 40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff) | |
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/maxipad')
| -rw-r--r-- | keyboards/maxipad/promicro/config.h | 4 | ||||
| -rw-r--r-- | keyboards/maxipad/teensy2/config.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/maxipad/promicro/config.h b/keyboards/maxipad/promicro/config.h index 022372ca9e..fba2d442ea 100644 --- a/keyboards/maxipad/promicro/config.h +++ b/keyboards/maxipad/promicro/config.h @@ -16,10 +16,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 6 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/maxipad/teensy2/config.h b/keyboards/maxipad/teensy2/config.h index 1a29359490..a222115a0c 100644 --- a/keyboards/maxipad/teensy2/config.h +++ b/keyboards/maxipad/teensy2/config.h @@ -16,10 +16,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 6 - /* * Keyboard Matrix Assignments * |