diff options
Diffstat (limited to 'keyboards/rect44')
-rw-r--r-- | keyboards/rect44/config.h | 4 | ||||
-rw-r--r-- | keyboards/rect44/info.json | 2 | ||||
-rw-r--r-- | keyboards/rect44/rules.mk | 6 |
3 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/rect44/config.h b/keyboards/rect44/config.h index 60571c7665..a85fae7368 100644 --- a/keyboards/rect44/config.h +++ b/keyboards/rect44/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 @@ -41,6 +40,3 @@ # define RGBLIGHT_EFFECT_RGB_TEST # define RGBLIGHT_EFFECT_ALTERNATING # define RGBLIGHT_EFFECT_TWINKLE - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 diff --git a/keyboards/rect44/info.json b/keyboards/rect44/info.json index 857df635d9..2bb04a7f8b 100644 --- a/keyboards/rect44/info.json +++ b/keyboards/rect44/info.json @@ -8,6 +8,8 @@ "pid": "0x4DD7", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "caterina", "layouts": { "LAYOUT_all": { "layout": [ diff --git a/keyboards/rect44/rules.mk b/keyboards/rect44/rules.mk index 7d2cea91df..aa4c817d2a 100644 --- a/keyboards/rect44/rules.mk +++ b/keyboards/rect44/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - # Build Options # change yes to no to disable # |