diff options
Diffstat (limited to 'keyboards/cipulot')
-rw-r--r-- | keyboards/cipulot/kallos/config.h | 4 | ||||
-rw-r--r-- | keyboards/cipulot/kawayo/config.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/cipulot/kallos/config.h b/keyboards/cipulot/kallos/config.h index a5128b9ede..66140bc3ed 100644 --- a/keyboards/cipulot/kallos/config.h +++ b/keyboards/cipulot/kallos/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 6 -#define MATRIX_COLS 15 - /* Keyboard Matrix Assignments */ #define MATRIX_ROW_PINS \ { B3, B2, F0, C7, F4, F1 } diff --git a/keyboards/cipulot/kawayo/config.h b/keyboards/cipulot/kawayo/config.h index bb2152466a..1a9b80ee58 100644 --- a/keyboards/cipulot/kawayo/config.h +++ b/keyboards/cipulot/kawayo/config.h @@ -16,10 +16,6 @@ #pragma once -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 15 - #define MATRIX_ROW_PINS \ { B1, B12, C13, A7, B0 } #define MATRIX_COL_PINS \ |