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/ai03 | |
parent | 40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff) |
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/ai03')
-rw-r--r-- | keyboards/ai03/andromeda/config.h | 3 | ||||
-rw-r--r-- | keyboards/ai03/equinox/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/jp60/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/lunar/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/orbit/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/orbit_x/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/polaris/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/quasar/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/soyuz/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/vega/config.h | 4 | ||||
-rw-r--r-- | keyboards/ai03/voyager60_alps/config.h | 3 |
11 files changed, 0 insertions, 42 deletions
diff --git a/keyboards/ai03/andromeda/config.h b/keyboards/ai03/andromeda/config.h index b36e85531e..1fb163a652 100644 --- a/keyboards/ai03/andromeda/config.h +++ b/keyboards/ai03/andromeda/config.h @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define MATRIX_ROWS 6 -#define MATRIX_COLS 17 - #define MATRIX_COL_PINS { A10, A9, A8, B15, B14, B13, B12, B11, B10, B2, B1, B0, A7, A6, B5, B8, B9 } #define MATRIX_ROW_PINS { B4, B3, A15, A3, A4, A5 } #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/ai03/equinox/config.h b/keyboards/ai03/equinox/config.h index 4b76bf8b26..f838baddd6 100644 --- a/keyboards/ai03/equinox/config.h +++ b/keyboards/ai03/equinox/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 4 -#define MATRIX_COLS 12 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ai03/jp60/config.h b/keyboards/ai03/jp60/config.h index fbacf6890a..76e81dc2aa 100644 --- a/keyboards/ai03/jp60/config.h +++ b/keyboards/ai03/jp60/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 14 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ai03/lunar/config.h b/keyboards/ai03/lunar/config.h index b0634a610e..10c8ab70ab 100644 --- a/keyboards/ai03/lunar/config.h +++ b/keyboards/ai03/lunar/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/ai03/orbit/config.h b/keyboards/ai03/orbit/config.h index 3d96f09c79..531232b92a 100644 --- a/keyboards/ai03/orbit/config.h +++ b/keyboards/ai03/orbit/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 10 // Double rows for split keyboards. Orbit has 5, so define 10 -#define MATRIX_COLS 7 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ai03/orbit_x/config.h b/keyboards/ai03/orbit_x/config.h index ce5bf88b86..31fc8515e9 100644 --- a/keyboards/ai03/orbit_x/config.h +++ b/keyboards/ai03/orbit_x/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 8 // Double the rows for split -#define MATRIX_COLS 6 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ai03/polaris/config.h b/keyboards/ai03/polaris/config.h index 06c2be69c3..9c360a190f 100644 --- a/keyboards/ai03/polaris/config.h +++ b/keyboards/ai03/polaris/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 14 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ai03/quasar/config.h b/keyboards/ai03/quasar/config.h index f80ecd9863..04765c0788 100644 --- a/keyboards/ai03/quasar/config.h +++ b/keyboards/ai03/quasar/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 8 -#define MATRIX_COLS 16 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ai03/soyuz/config.h b/keyboards/ai03/soyuz/config.h index 71ab43c8bb..027bc03faa 100644 --- a/keyboards/ai03/soyuz/config.h +++ b/keyboards/ai03/soyuz/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 4 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ai03/vega/config.h b/keyboards/ai03/vega/config.h index e125b623af..b2798481d4 100644 --- a/keyboards/ai03/vega/config.h +++ b/keyboards/ai03/vega/config.h @@ -17,10 +17,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 - #define MATRIX_COL_PINS { B5, A3, A9, A8, B15, B14, B13, B12, B11, B10, B2, B1, B0, A7, A6 } #define MATRIX_ROW_PINS { A1, A2, B3, A15, A10 } #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/ai03/voyager60_alps/config.h b/keyboards/ai03/voyager60_alps/config.h index 6d6626784b..30b7481688 100644 --- a/keyboards/ai03/voyager60_alps/config.h +++ b/keyboards/ai03/voyager60_alps/config.h @@ -15,9 +15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define MATRIX_ROWS 5 -#define MATRIX_COLS 14 - #define MATRIX_ROW_PINS { B1, B2, B3, F0, F1 } #define MATRIX_COL_PINS { F4, F7, F5, F6, C7, C6, B6, B5, B4, D7, D6, D4, D5, D3} |