summaryrefslogtreecommitdiff
path: root/keyboards/merge
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/merge
parent40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff)
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/merge')
-rw-r--r--keyboards/merge/iso_macro/config.h4
-rw-r--r--keyboards/merge/uc1/config.h4
-rw-r--r--keyboards/merge/um70/config.h3
-rw-r--r--keyboards/merge/um80/config.h3
-rw-r--r--keyboards/merge/uma/config.h3
5 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/merge/iso_macro/config.h b/keyboards/merge/iso_macro/config.h
index 310da15eef..b662589523 100644
--- a/keyboards/merge/iso_macro/config.h
+++ b/keyboards/merge/iso_macro/config.h
@@ -17,10 +17,6 @@
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 3
-#define MATRIX_COLS 3
-
#define MATRIX_ROW_PINS { F4, F5, F6}
#define MATRIX_COL_PINS { B4, B5, B6}
#define BACKLIGHT_PIN B7
diff --git a/keyboards/merge/uc1/config.h b/keyboards/merge/uc1/config.h
index 0b3cf0c4b5..4257b17beb 100644
--- a/keyboards/merge/uc1/config.h
+++ b/keyboards/merge/uc1/config.h
@@ -15,10 +15,6 @@
*/
-/* key matrix size */
-#define MATRIX_ROWS 2
-#define MATRIX_COLS 2
-
#define MATRIX_ROW_PINS { B1, B2 }
#define MATRIX_COL_PINS { B3, B4 }
diff --git a/keyboards/merge/um70/config.h b/keyboards/merge/um70/config.h
index 2c70420c15..7fa3544c66 100644
--- a/keyboards/merge/um70/config.h
+++ b/keyboards/merge/um70/config.h
@@ -15,9 +15,6 @@
*/
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 8
-
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7 }
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, D6, D4 }
diff --git a/keyboards/merge/um80/config.h b/keyboards/merge/um80/config.h
index 01ba846a4e..76fb97583d 100644
--- a/keyboards/merge/um80/config.h
+++ b/keyboards/merge/um80/config.h
@@ -15,9 +15,6 @@
*/
-#define MATRIX_ROWS 12
-#define MATRIX_COLS 8
-
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7, C7 }
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, D6, D4 }
diff --git a/keyboards/merge/uma/config.h b/keyboards/merge/uma/config.h
index 93c1b82b53..8763728483 100644
--- a/keyboards/merge/uma/config.h
+++ b/keyboards/merge/uma/config.h
@@ -15,9 +15,6 @@
*/
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 8
-
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7 }
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, D6, D4 }