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/wolf/kuku65/config.h | 4 ----
keyboards/wolf/ryujin/config.h | 5 -----
keyboards/wolf/sabre/config.h | 4 ----
keyboards/wolf/ts60/config.h | 4 ----
4 files changed, 17 deletions(-)
(limited to 'keyboards/wolf')
diff --git a/keyboards/wolf/kuku65/config.h b/keyboards/wolf/kuku65/config.h
index 75fb28cdcf..a103afe451 100644
--- a/keyboards/wolf/kuku65/config.h
+++ b/keyboards/wolf/kuku65/config.h
@@ -18,10 +18,6 @@ along with this program. If not, see .
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 15
-
/*
* Keyboard Matrix Assignments
*
diff --git a/keyboards/wolf/ryujin/config.h b/keyboards/wolf/ryujin/config.h
index 414a315493..dd9ec9803a 100644
--- a/keyboards/wolf/ryujin/config.h
+++ b/keyboards/wolf/ryujin/config.h
@@ -18,11 +18,6 @@ along with this program. If not, see .
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 5
-#define MATRIX_COLS 15
-
-
// Checked with Eagle Schematic
#define MATRIX_ROW_PINS { D5, D3, D2, D1, D0 }
#define MATRIX_COL_PINS { E6, F0, F1, F4, F5, F6, F7, C7, C6, B6, B5, B4, D7, D6, D4 }
diff --git a/keyboards/wolf/sabre/config.h b/keyboards/wolf/sabre/config.h
index cc33ee6e87..6787d262ca 100644
--- a/keyboards/wolf/sabre/config.h
+++ b/keyboards/wolf/sabre/config.h
@@ -18,10 +18,6 @@ along with this program. If not, see .
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 12
-#define MATRIX_COLS 9
-
/*
* Keyboard Matrix Assignments
*
diff --git a/keyboards/wolf/ts60/config.h b/keyboards/wolf/ts60/config.h
index 88ceaf8e0c..e5cb71fb4c 100644
--- a/keyboards/wolf/ts60/config.h
+++ b/keyboards/wolf/ts60/config.h
@@ -18,10 +18,6 @@ along with this program. If not, see .
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 8
-
/*
* Keyboard Matrix Assignments
*
--
cgit v1.2.3