From 4c416c36f035a7a7fe5437aee7e9015481bd62b3 Mon Sep 17 00:00:00 2001 From: Michiel Visser Date: Wed, 10 Jul 2019 18:40:11 +0200 Subject: [PATCH] Remove mess of options in rules.mk --- keyboards/anne_pro/config.h | 2 +- keyboards/anne_pro/rules.mk | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/keyboards/anne_pro/config.h b/keyboards/anne_pro/config.h index a7cff9a873..6381084dca 100644 --- a/keyboards/anne_pro/config.h +++ b/keyboards/anne_pro/config.h @@ -35,7 +35,7 @@ #define MATRIX_COL_PINS { A5, A6, A7, B0, B1, B12, B13, B14, A8, A9, A15, B3, B4, B5 } /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 6 +#define DEBOUNCE 5 /* * Force NKRO diff --git a/keyboards/anne_pro/rules.mk b/keyboards/anne_pro/rules.mk index 3307fa0dc7..2e09e348f0 100644 --- a/keyboards/anne_pro/rules.mk +++ b/keyboards/anne_pro/rules.mk @@ -26,15 +26,6 @@ DFU_ARGS = -d 0483:df11 -a 0 -s 0x08004000 # Build Options # comment out to disable the options. # -BACKLIGHT_ENABLE = no -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration -## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) -MOUSEKEY_ENABLE = no # Mouse keys +MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover -AUDIO_ENABLE = no -RGBLIGHT_ENABLE = no -# SERIAL_LINK_ENABLE = no