Remove mess of options in rules.mk

anne_pro
Michiel Visser 2019-07-10 18:40:11 +02:00
parent fc25d33b90
commit 4c416c36f0
2 changed files with 2 additions and 11 deletions

View File

@ -35,7 +35,7 @@
#define MATRIX_COL_PINS { A5, A6, A7, B0, B1, B12, B13, B14, A8, A9, A15, B3, B4, B5 } #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 */ /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 6 #define DEBOUNCE 5
/* /*
* Force NKRO * Force NKRO

View File

@ -26,15 +26,6 @@ DFU_ARGS = -d 0483:df11 -a 0 -s 0x08004000
# Build Options # Build Options
# comment out to disable the 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 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 NKRO_ENABLE = yes # USB Nkey Rollover
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no
# SERIAL_LINK_ENABLE = no