From d7cf0789fd7b8ab985880c58aff0b7479a337c00 Mon Sep 17 00:00:00 2001 From: Jan Lindblom Date: Mon, 16 May 2022 00:40:08 +0300 Subject: [PATCH] Update keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk Co-authored-by: Ryan --- .../b_sides/rev41lp/keymaps/namnlos/rules.mk | 25 +++++-------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk b/keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk index 95d11c25555..59c3380a3b8 100644 --- a/keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk +++ b/keyboards/b_sides/rev41lp/keymaps/namnlos/rules.mk @@ -1,20 +1,7 @@ - -# Build Options -# 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 -COMMAND_ENABLE = yes # Commands for debug and configuration -SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -NKRO_ENABLE = yes # Enable N-Key Rollover -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -UNICODE_ENABLE = yes # Unicode -TAP_DANCE_ENABLE = yes # Let's dance -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -KEY_OVERRIDE_ENABLE = yes # Enable key overrides +SLEEP_LED_ENABLE = yes +NKRO_ENABLE = yes +UNICODE_ENABLE = yes +TAP_DANCE_ENABLE = yes +KEY_OVERRIDE_ENABLE = yes DEBOUNCE_TYPE = sym_defer_pk - -LTO_ENABLE = yes - -#Debug options -VERBOSE = no +LTO_ENABLE = yes