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/ocean/addon/config.h | 4 ---- keyboards/ocean/gin_v2/config.h | 4 ---- keyboards/ocean/slamz/config.h | 4 ---- keyboards/ocean/stealth/config.h | 4 ---- keyboards/ocean/sus/config.h | 4 ---- keyboards/ocean/wang_ergo/config.h | 4 ---- keyboards/ocean/wang_v2/config.h | 4 ---- keyboards/ocean/yuri/config.h | 4 ---- 8 files changed, 32 deletions(-) (limited to 'keyboards/ocean') diff --git a/keyboards/ocean/addon/config.h b/keyboards/ocean/addon/config.h index 17b45836f4..abca0558eb 100644 --- a/keyboards/ocean/addon/config.h +++ b/keyboards/ocean/addon/config.h @@ -17,10 +17,6 @@ along with this program. If not, see . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 7 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ocean/gin_v2/config.h b/keyboards/ocean/gin_v2/config.h index ab7af83e7b..d19f0bce23 100644 --- a/keyboards/ocean/gin_v2/config.h +++ b/keyboards/ocean/gin_v2/config.h @@ -17,10 +17,6 @@ along with this program. If not, see . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 8 -#define MATRIX_COLS 8 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ocean/slamz/config.h b/keyboards/ocean/slamz/config.h index 709540a308..61a8050d05 100644 --- a/keyboards/ocean/slamz/config.h +++ b/keyboards/ocean/slamz/config.h @@ -17,10 +17,6 @@ along with this program. If not, see . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 10 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ocean/stealth/config.h b/keyboards/ocean/stealth/config.h index 0eb329774a..3cc4f01a37 100644 --- a/keyboards/ocean/stealth/config.h +++ b/keyboards/ocean/stealth/config.h @@ -17,10 +17,6 @@ along with this program. If not, see . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 1 -#define MATRIX_COLS 3 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ocean/sus/config.h b/keyboards/ocean/sus/config.h index 602a9be713..78ce643e07 100644 --- a/keyboards/ocean/sus/config.h +++ b/keyboards/ocean/sus/config.h @@ -17,10 +17,6 @@ along with this program. If not, see . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 3 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ocean/wang_ergo/config.h b/keyboards/ocean/wang_ergo/config.h index db5f6fb6f2..2d9e95facd 100644 --- a/keyboards/ocean/wang_ergo/config.h +++ b/keyboards/ocean/wang_ergo/config.h @@ -17,10 +17,6 @@ along with this program. If not, see . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 12 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ocean/wang_v2/config.h b/keyboards/ocean/wang_v2/config.h index 6051d6e63b..5002ee22e5 100644 --- a/keyboards/ocean/wang_v2/config.h +++ b/keyboards/ocean/wang_v2/config.h @@ -17,10 +17,6 @@ along with this program. If not, see . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 13 - /* * Keyboard Matrix Assignments * diff --git a/keyboards/ocean/yuri/config.h b/keyboards/ocean/yuri/config.h index 71dfb0db58..4c8aacdc0e 100644 --- a/keyboards/ocean/yuri/config.h +++ b/keyboards/ocean/yuri/config.h @@ -17,10 +17,6 @@ along with this program. If not, see . #pragma once -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 14 - /* * Keyboard Matrix Assignments * -- cgit v1.2.3