diff --git a/keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk b/keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk index 49d57129f71..5a84ea3835b 100644 --- a/keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk +++ b/keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk @@ -5,24 +5,18 @@ MCU = atmega32u4 BOOTLOADER = caterina # Build Options -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +# change yes to no to disable +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration -# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -NKRO_ENABLE = yes # USB Nkey Rollover +NKRO_ENABLE = yes # Enable N-Key Rollover RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -MIDI_ENABLE = no # MIDI support UNICODE_ENABLE = yes # Unicode -BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 -HD44780_ENABLE = no # Enable support for HD44780 based LCDs -OLED_ENABLE = no # Enable OLED screen support -FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches TAP_DANCE_ENABLE = yes # Let's dance -COMBO_ENABLE = no # Combos SPACE_CADET_ENABLE = no GRAVE_ESC_ENABLE = no BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality @@ -31,7 +25,6 @@ BACKLIGHT_DRIVER = pwm DEBOUNCE_TYPE = sym_defer_pk LTO_ENABLE = yes -EXTRAFLAGS += -flto #Debug options VERBOSE = no