diff options
Diffstat (limited to 'keyboards/axolstudio/yeti')
-rw-r--r-- | keyboards/axolstudio/yeti/hotswap/config.h | 4 | ||||
-rw-r--r-- | keyboards/axolstudio/yeti/soldered/config.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/axolstudio/yeti/hotswap/config.h b/keyboards/axolstudio/yeti/hotswap/config.h index 86db816bc7..61f18a8b3a 100644 --- a/keyboards/axolstudio/yeti/hotswap/config.h +++ b/keyboards/axolstudio/yeti/hotswap/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 */ #define MATRIX_ROW_PINS { E6, C6, B4, B5, B6 } diff --git a/keyboards/axolstudio/yeti/soldered/config.h b/keyboards/axolstudio/yeti/soldered/config.h index 7c29cefdee..0e31a7113d 100644 --- a/keyboards/axolstudio/yeti/soldered/config.h +++ b/keyboards/axolstudio/yeti/soldered/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 - /* Keyboard Matrix Assignments */ #define MATRIX_ROW_PINS { C7, C6, B6, B5, B4 } |