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/bioi | |
parent | 40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff) |
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/bioi')
-rw-r--r-- | keyboards/bioi/f60/config.h | 4 | ||||
-rw-r--r-- | keyboards/bioi/g60/config.h | 4 | ||||
-rw-r--r-- | keyboards/bioi/g60ble/config.h | 4 | ||||
-rw-r--r-- | keyboards/bioi/morgan65/config.h | 4 | ||||
-rw-r--r-- | keyboards/bioi/s65/config.h | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/bioi/f60/config.h b/keyboards/bioi/f60/config.h index 17b8ceaf1b..3cfee0a389 100644 --- a/keyboards/bioi/f60/config.h +++ b/keyboards/bioi/f60/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 */ #define MATRIX_ROW_PINS { B0, E6, F1, F5, F4 } #define MATRIX_COL_PINS { F6, C7, C6, B6, B5, B4, D7, D6, D4, D5, D3, D2, D0, D1 } diff --git a/keyboards/bioi/g60/config.h b/keyboards/bioi/g60/config.h index 2df0ee3961..f6bffcf14f 100644 --- a/keyboards/bioi/g60/config.h +++ b/keyboards/bioi/g60/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/bioi/g60ble/config.h b/keyboards/bioi/g60ble/config.h index 98547ca141..e642b04c7c 100644 --- a/keyboards/bioi/g60ble/config.h +++ b/keyboards/bioi/g60ble/config.h @@ -1,10 +1,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 14 - /* key matrix pins */ #define MATRIX_ROW_PINS \ { E6, B0, F1, F5, F4 } diff --git a/keyboards/bioi/morgan65/config.h b/keyboards/bioi/morgan65/config.h index 8409f49b21..1fb1d149c0 100644 --- a/keyboards/bioi/morgan65/config.h +++ b/keyboards/bioi/morgan65/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/bioi/s65/config.h b/keyboards/bioi/s65/config.h index 31ce38a2bc..4a98749258 100644 --- a/keyboards/bioi/s65/config.h +++ b/keyboards/bioi/s65/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 16 - /* * Keyboard Matrix Assignments * |