diff options
| author | Ryan | 2023-02-17 06:08:25 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-17 06:08:25 +0100 |
| commit | 2da0827d4ffbcba161126d6001f370e97d0172a8 (patch) | |
| tree | ef9d9b76fef466ee5065d6de75f861b6a074c948 /keyboards/cherrybstudio | |
| parent | 40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff) | |
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/cherrybstudio')
| -rw-r--r-- | keyboards/cherrybstudio/cb1800/config.h | 4 | ||||
| -rw-r--r-- | keyboards/cherrybstudio/cb65/config.h | 4 | ||||
| -rw-r--r-- | keyboards/cherrybstudio/cb87/config.h | 4 | ||||
| -rw-r--r-- | keyboards/cherrybstudio/cb87rgb/config.h | 4 | ||||
| -rw-r--r-- | keyboards/cherrybstudio/cb87v2/config.h | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/cherrybstudio/cb1800/config.h b/keyboards/cherrybstudio/cb1800/config.h index b4baf11ff7..cc6d24ebc1 100644 --- a/keyboards/cherrybstudio/cb1800/config.h +++ b/keyboards/cherrybstudio/cb1800/config.h @@ -14,10 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 10 -#define MATRIX_COLS 11 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/cherrybstudio/cb65/config.h b/keyboards/cherrybstudio/cb65/config.h index daf3cd4fc6..6bf9dba1e5 100644 --- a/keyboards/cherrybstudio/cb65/config.h +++ b/keyboards/cherrybstudio/cb65/config.h @@ -14,10 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 9 -#define MATRIX_COLS 8 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/cherrybstudio/cb87/config.h b/keyboards/cherrybstudio/cb87/config.h index bbbe5311cd..cf9b6cbf58 100644 --- a/keyboards/cherrybstudio/cb87/config.h +++ b/keyboards/cherrybstudio/cb87/config.h @@ -14,10 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 9 -#define MATRIX_COLS 10 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/cherrybstudio/cb87rgb/config.h b/keyboards/cherrybstudio/cb87rgb/config.h index b1648f2b8d..eedd4de339 100644 --- a/keyboards/cherrybstudio/cb87rgb/config.h +++ b/keyboards/cherrybstudio/cb87rgb/config.h @@ -14,10 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 10 -#define MATRIX_COLS 10 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/cherrybstudio/cb87v2/config.h b/keyboards/cherrybstudio/cb87v2/config.h index c85ce35a37..e7d8a2088f 100644 --- a/keyboards/cherrybstudio/cb87v2/config.h +++ b/keyboards/cherrybstudio/cb87v2/config.h @@ -14,10 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 10 -#define MATRIX_COLS 10 - /* * Keyboard Matrix Assignments * |