summaryrefslogtreecommitdiff
path: root/keyboards/westfoxtrot
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-17 16:08:25 +1100
committerGitHub <noreply@github.com>2023-02-17 16:08:25 +1100
commit2da0827d4ffbcba161126d6001f370e97d0172a8 (patch)
treeef9d9b76fef466ee5065d6de75f861b6a074c948 /keyboards/westfoxtrot
parent40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff)
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/westfoxtrot')
-rw-r--r--keyboards/westfoxtrot/aanzee/config.h4
-rw-r--r--keyboards/westfoxtrot/cyclops/config.h4
-rw-r--r--keyboards/westfoxtrot/cypher/rev1/config.h4
-rw-r--r--keyboards/westfoxtrot/cypher/rev5/config.h4
-rw-r--r--keyboards/westfoxtrot/prophet/config.h4
5 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/westfoxtrot/aanzee/config.h b/keyboards/westfoxtrot/aanzee/config.h
index 5ad3120a65..4ec99fa5ef 100644
--- a/keyboards/westfoxtrot/aanzee/config.h
+++ b/keyboards/westfoxtrot/aanzee/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
-
// ROWS: Top to bottom, COLS: Left to right
#define MATRIX_ROW_PINS {B4,D7,D6,D4,B3}
diff --git a/keyboards/westfoxtrot/cyclops/config.h b/keyboards/westfoxtrot/cyclops/config.h
index eda56c47bc..9e3dfc4911 100644
--- a/keyboards/westfoxtrot/cyclops/config.h
+++ b/keyboards/westfoxtrot/cyclops/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/westfoxtrot/cypher/rev1/config.h b/keyboards/westfoxtrot/cypher/rev1/config.h
index 78cb00ae7e..3a6d4a024a 100644
--- a/keyboards/westfoxtrot/cypher/rev1/config.h
+++ b/keyboards/westfoxtrot/cypher/rev1/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
-#define MATRIX_COLS 10
-
/*
* Keyboard Matrix Assignments
*
diff --git a/keyboards/westfoxtrot/cypher/rev5/config.h b/keyboards/westfoxtrot/cypher/rev5/config.h
index 3d7918b64f..794f2188b0 100644
--- a/keyboards/westfoxtrot/cypher/rev5/config.h
+++ b/keyboards/westfoxtrot/cypher/rev5/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
-#define MATRIX_COLS 10
-
/*
* Keyboard Matrix Assignments
*
diff --git a/keyboards/westfoxtrot/prophet/config.h b/keyboards/westfoxtrot/prophet/config.h
index a5f467bbbc..3206c0e56d 100644
--- a/keyboards/westfoxtrot/prophet/config.h
+++ b/keyboards/westfoxtrot/prophet/config.h
@@ -1,10 +1,6 @@
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 14
-
/*
* Keyboard Matrix Assignments
*/