diff options
Diffstat (limited to 'keyboards/splitty')
-rw-r--r-- | keyboards/splitty/config.h | 4 | ||||
-rw-r--r-- | keyboards/splitty/info.json | 2 | ||||
-rw-r--r-- | keyboards/splitty/rules.mk | 6 |
3 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/splitty/config.h b/keyboards/splitty/config.h index 1494753e15..9668f7a698 100644 --- a/keyboards/splitty/config.h +++ b/keyboards/splitty/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 10 @@ -35,9 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define EE_HANDS #define SPLIT_USB_DETECT -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/splitty/info.json b/keyboards/splitty/info.json index 71e31132e5..bdcb13d044 100644 --- a/keyboards/splitty/info.json +++ b/keyboards/splitty/info.json @@ -8,6 +8,8 @@ "pid": "0x6052", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/splitty/rules.mk b/keyboards/splitty/rules.mk index cdd74b0677..2389937b0b 100644 --- a/keyboards/splitty/rules.mk +++ b/keyboards/splitty/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # |