summaryrefslogtreecommitdiffstats
path: root/keyboards/atset
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/atset
parent40ed20dddc5c1722b003928fd5da37eaf80cf57f (diff)
Remove matrix size defines (#19581)
Diffstat (limited to 'keyboards/atset')
-rw-r--r--keyboards/atset/at1/config.h4
-rw-r--r--keyboards/atset/at12/config.h4
-rw-r--r--keyboards/atset/at16/config.h4
-rw-r--r--keyboards/atset/at3/config.h4
-rw-r--r--keyboards/atset/at6/config.h4
-rw-r--r--keyboards/atset/at9/config.h4
6 files changed, 0 insertions, 24 deletions
diff --git a/keyboards/atset/at1/config.h b/keyboards/atset/at1/config.h
index eef66013e8..11b4549d46 100644
--- a/keyboards/atset/at1/config.h
+++ b/keyboards/atset/at1/config.h
@@ -16,10 +16,6 @@
#pragma once
-/* Key matrix size */
-#define MATRIX_ROWS 1
-#define MATRIX_COLS 1
-
#define MATRIX_ROW_PINS { D2 }
#define MATRIX_COL_PINS { B6 }
diff --git a/keyboards/atset/at12/config.h b/keyboards/atset/at12/config.h
index 8607713ee1..77ace78035 100644
--- a/keyboards/atset/at12/config.h
+++ b/keyboards/atset/at12/config.h
@@ -16,10 +16,6 @@
#pragma once
-/* Key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 3
-
#define MATRIX_ROW_PINS { D3, D2, D1, D0 }
#define MATRIX_COL_PINS { B6, B5, B4 }
diff --git a/keyboards/atset/at16/config.h b/keyboards/atset/at16/config.h
index d50f776439..6db5e0ead5 100644
--- a/keyboards/atset/at16/config.h
+++ b/keyboards/atset/at16/config.h
@@ -16,10 +16,6 @@
#pragma once
-/* Key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 4
-
#define MATRIX_ROW_PINS { D3, D2, D1, D0 }
#define MATRIX_COL_PINS { B6, B5, B4, B2 }
diff --git a/keyboards/atset/at3/config.h b/keyboards/atset/at3/config.h
index f8b33e0190..b9d7f7c641 100644
--- a/keyboards/atset/at3/config.h
+++ b/keyboards/atset/at3/config.h
@@ -16,10 +16,6 @@
#pragma once
-/* Key matrix size */
-#define MATRIX_ROWS 1
-#define MATRIX_COLS 3
-
#define MATRIX_ROW_PINS { D2 }
#define MATRIX_COL_PINS { B6, B5, B4 }
diff --git a/keyboards/atset/at6/config.h b/keyboards/atset/at6/config.h
index 0384ebd4a5..522ad5fec3 100644
--- a/keyboards/atset/at6/config.h
+++ b/keyboards/atset/at6/config.h
@@ -16,10 +16,6 @@
#pragma once
-/* Key matrix size */
-#define MATRIX_ROWS 2
-#define MATRIX_COLS 3
-
#define MATRIX_ROW_PINS { D2, D1 }
#define MATRIX_COL_PINS { B6, B5, B4 }
diff --git a/keyboards/atset/at9/config.h b/keyboards/atset/at9/config.h
index f2aa39f862..cc0fa4cbc8 100644
--- a/keyboards/atset/at9/config.h
+++ b/keyboards/atset/at9/config.h
@@ -16,10 +16,6 @@
#pragma once
-/* Key matrix size */
-#define MATRIX_ROWS 3
-#define MATRIX_COLS 3
-
#define MATRIX_ROW_PINS { D2, D1, D0 }
#define MATRIX_COL_PINS { B6, B5, B4 }