From 2da0827d4ffbcba161126d6001f370e97d0172a8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Feb 2023 16:08:25 +1100 Subject: Remove matrix size defines (#19581) --- keyboards/bioi/f60/config.h | 4 ---- keyboards/bioi/g60/config.h | 4 ---- keyboards/bioi/g60ble/config.h | 4 ---- keyboards/bioi/morgan65/config.h | 4 ---- keyboards/bioi/s65/config.h | 4 ---- 5 files changed, 20 deletions(-) (limited to 'keyboards/bioi') 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 . #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 . #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 . #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 . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 16 - /* * Keyboard Matrix Assignments * -- cgit v1.2.3