summaryrefslogtreecommitdiff
path: root/keyboards/treasure
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/treasure')
-rw-r--r--keyboards/treasure/type9/config.h4
-rw-r--r--keyboards/treasure/type9s2/config.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/treasure/type9/config.h b/keyboards/treasure/type9/config.h
index 90787b974a..288cbe0549 100644
--- a/keyboards/treasure/type9/config.h
+++ b/keyboards/treasure/type9/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 3
-#define MATRIX_COLS 3
-
/*
* Keyboard Matrix Assignments
*
diff --git a/keyboards/treasure/type9s2/config.h b/keyboards/treasure/type9s2/config.h
index 20546a7cdb..fd7dc9f0b0 100644
--- a/keyboards/treasure/type9s2/config.h
+++ b/keyboards/treasure/type9s2/config.h
@@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 3
-#define MATRIX_COLS 3
-
/* Keyboard Matrix Assignments*/
#define MATRIX_ROW_PINS { B4, B5, D2 }
#define MATRIX_COL_PINS { B2, B3, C5 }