diff options
Diffstat (limited to 'keyboards/skergo')
-rw-r--r-- | keyboards/skergo/config.h | 4 | ||||
-rw-r--r-- | keyboards/skergo/info.json | 2 | ||||
-rw-r--r-- | keyboards/skergo/rules.mk | 6 |
3 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/skergo/config.h b/keyboards/skergo/config.h index 906246f5fa..c07e586116 100644 --- a/keyboards/skergo/config.h +++ b/keyboards/skergo/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 @@ -29,9 +28,6 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE diff --git a/keyboards/skergo/info.json b/keyboards/skergo/info.json index c47a1ac45f..01572f630f 100644 --- a/keyboards/skergo/info.json +++ b/keyboards/skergo/info.json @@ -8,6 +8,8 @@ "pid": "0x534B", "device_version": "0.0.1" }, + "processor": "atmega32a", + "bootloader": "usbasploader", "layout_aliases": { "LAYOUT_all": "LAYOUT_split_bs" }, diff --git a/keyboards/skergo/rules.mk b/keyboards/skergo/rules.mk index fe2be33f82..1e9f925544 100644 --- a/keyboards/skergo/rules.mk +++ b/keyboards/skergo/rules.mk @@ -1,12 +1,6 @@ -# MCU name -MCU = atmega32a - # Processor frequency F_CPU = 16000000 -# Bootloader selection -BOOTLOADER = usbasploader - # Build Options # change yes to no to disable # |