diff options
Diffstat (limited to 'keyboards/kapl')
-rw-r--r-- | keyboards/kapl/config.h | 5 | ||||
-rw-r--r-- | keyboards/kapl/rev1/config.h | 12 | ||||
-rw-r--r-- | keyboards/kapl/rev1/info.json | 5 | ||||
-rw-r--r-- | keyboards/kapl/rules.mk | 6 |
4 files changed, 5 insertions, 23 deletions
diff --git a/keyboards/kapl/config.h b/keyboards/kapl/config.h deleted file mode 100644 index ba249d4667..0000000000 --- a/keyboards/kapl/config.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2022 Alexander Lozyuk (@keyzog) -// SPDX-License-Identifier: GPL-2.0-or-later -#pragma once - -#include "config_common.h" diff --git a/keyboards/kapl/rev1/config.h b/keyboards/kapl/rev1/config.h index 37e49d3d60..b99ab977a8 100644 --- a/keyboards/kapl/rev1/config.h +++ b/keyboards/kapl/rev1/config.h @@ -2,11 +2,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later #pragma once -/* key matrix size */ -/* Rows are doubled up */ -#define MATRIX_ROWS 10 -#define MATRIX_COLS 7 - // wiring of each half #define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 } #define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 } @@ -14,13 +9,6 @@ /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - - -/* serial.c configuration for split keyboard */ -#define SOFT_SERIAL_PIN D2 - /* Select hand configuration */ #define MASTER_LEFT diff --git a/keyboards/kapl/rev1/info.json b/keyboards/kapl/rev1/info.json index 2b497b9848..483bc655c0 100644 --- a/keyboards/kapl/rev1/info.json +++ b/keyboards/kapl/rev1/info.json @@ -8,6 +8,11 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "split": { + "soft_serial_pin": "D2" + }, + "processor": "atmega32u4", + "bootloader": "caterina", "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/kapl/rules.mk b/keyboards/kapl/rules.mk index 19a0cb5fa4..e243d25703 100644 --- a/keyboards/kapl/rules.mk +++ b/keyboards/kapl/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - # Build Options # change yes to no to disable # |