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/cherrybstudio/cb1800/config.h | 4 ----
keyboards/cherrybstudio/cb65/config.h | 4 ----
keyboards/cherrybstudio/cb87/config.h | 4 ----
keyboards/cherrybstudio/cb87rgb/config.h | 4 ----
keyboards/cherrybstudio/cb87v2/config.h | 4 ----
5 files changed, 20 deletions(-)
(limited to 'keyboards/cherrybstudio')
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 .
#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 .
#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 .
#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 .
#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 .
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 10
-
/*
* Keyboard Matrix Assignments
*
--
cgit v1.2.3