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/foxlab | |
parent | 40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff) |
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/foxlab')
-rw-r--r-- | keyboards/foxlab/key65/hotswap/config.h | 4 | ||||
-rw-r--r-- | keyboards/foxlab/key65/universal/config.h | 4 | ||||
-rw-r--r-- | keyboards/foxlab/leaf60/hotswap/config.h | 4 | ||||
-rw-r--r-- | keyboards/foxlab/leaf60/universal/config.h | 4 | ||||
-rw-r--r-- | keyboards/foxlab/time80/config.h | 4 | ||||
-rw-r--r-- | keyboards/foxlab/time_re/hotswap/config.h | 4 | ||||
-rw-r--r-- | keyboards/foxlab/time_re/universal/config.h | 4 |
7 files changed, 0 insertions, 28 deletions
diff --git a/keyboards/foxlab/key65/hotswap/config.h b/keyboards/foxlab/key65/hotswap/config.h index 45c808c34b..8a1462ac3b 100644 --- a/keyboards/foxlab/key65/hotswap/config.h +++ b/keyboards/foxlab/key65/hotswap/config.h @@ -17,10 +17,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 15 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/foxlab/key65/universal/config.h b/keyboards/foxlab/key65/universal/config.h index 13aba04274..8a465f7567 100644 --- a/keyboards/foxlab/key65/universal/config.h +++ b/keyboards/foxlab/key65/universal/config.h @@ -17,10 +17,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 16 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/foxlab/leaf60/hotswap/config.h b/keyboards/foxlab/leaf60/hotswap/config.h index 5c1e2186cd..72a597c85d 100644 --- a/keyboards/foxlab/leaf60/hotswap/config.h +++ b/keyboards/foxlab/leaf60/hotswap/config.h @@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 15 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/foxlab/leaf60/universal/config.h b/keyboards/foxlab/leaf60/universal/config.h index 547295e2b0..10dcb6e74c 100644 --- a/keyboards/foxlab/leaf60/universal/config.h +++ b/keyboards/foxlab/leaf60/universal/config.h @@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 15 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/foxlab/time80/config.h b/keyboards/foxlab/time80/config.h index eee828d28f..2728ae22cc 100644 --- a/keyboards/foxlab/time80/config.h +++ b/keyboards/foxlab/time80/config.h @@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 7 -#define MATRIX_COLS 15 - // 0 1 2 3 4 5 6 7 8 9 A B C D E #define MATRIX_ROW_PINS { B1, B2, B3, B5, B6, B7, B0 } #define MATRIX_COL_PINS { A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7, A0 } diff --git a/keyboards/foxlab/time_re/hotswap/config.h b/keyboards/foxlab/time_re/hotswap/config.h index 9d9adb4c29..abdfaf1c94 100644 --- a/keyboards/foxlab/time_re/hotswap/config.h +++ b/keyboards/foxlab/time_re/hotswap/config.h @@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 6 -#define MATRIX_COLS 17 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/foxlab/time_re/universal/config.h b/keyboards/foxlab/time_re/universal/config.h index 9d9adb4c29..abdfaf1c94 100644 --- a/keyboards/foxlab/time_re/universal/config.h +++ b/keyboards/foxlab/time_re/universal/config.h @@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 6 -#define MATRIX_COLS 17 - /* * Keyboard Matrix Assignments * |