diff options
| author | Ryan <fauxpark@gmail.com> | 2023-02-17 16:08:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 16:08:25 +1100 |
| commit | 2da0827d4ffbcba161126d6001f370e97d0172a8 (patch) | |
| tree | ef9d9b76fef466ee5065d6de75f861b6a074c948 /keyboards/boardrun | |
| parent | 40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff) | |
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/boardrun')
| -rw-r--r-- | keyboards/boardrun/bizarre/config.h | 4 | ||||
| -rw-r--r-- | keyboards/boardrun/classic/config.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/boardrun/bizarre/config.h b/keyboards/boardrun/bizarre/config.h index 54179cbea9..0d8bdde6dc 100644 --- a/keyboards/boardrun/bizarre/config.h +++ b/keyboards/boardrun/bizarre/config.h | |||
| @@ -16,10 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | #pragma once | 16 | #pragma once |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | /* key matrix size */ | ||
| 20 | #define MATRIX_ROWS 5 | ||
| 21 | #define MATRIX_COLS 17 | ||
| 22 | |||
| 23 | /* | 19 | /* |
| 24 | * Keyboard Matrix Assignments | 20 | * Keyboard Matrix Assignments |
| 25 | * | 21 | * |
diff --git a/keyboards/boardrun/classic/config.h b/keyboards/boardrun/classic/config.h index b750b55447..b2cd5ab73c 100644 --- a/keyboards/boardrun/classic/config.h +++ b/keyboards/boardrun/classic/config.h | |||
| @@ -16,10 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | #pragma once | 16 | #pragma once |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | /* key matrix size */ | ||
| 20 | #define MATRIX_ROWS 5 | ||
| 21 | #define MATRIX_COLS 17 | ||
| 22 | |||
| 23 | /* | 19 | /* |
| 24 | * Keyboard Matrix Assignments | 20 | * Keyboard Matrix Assignments |
| 25 | * | 21 | * |
