diff options
Diffstat (limited to 'users/stanrc85/rules.mk')
-rw-r--r-- | users/stanrc85/rules.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 1406c68380..e88d605f5f 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk @@ -6,7 +6,9 @@ BOOTMAGIC_ENABLE = no MOUSEKEY_ENABLE = no AUDIO_ENABLE = no CONSOLE_ENABLE = no -NKRO_ENABLE = no +NKRO_ENABLE = yes +LTO_ENABLE = yes +VIA_ENABLE = yes SRC += stanrc85.c @@ -14,8 +16,6 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2) SRC += rgblight_layers.c SRC += startup_fanfare.c OPT_DEFS += -DHAS_INDICATORS - VIA_ENABLE = yes - LTO_ENABLE = no VELOCIKEY_ENABLE=yes endif ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone) @@ -23,13 +23,9 @@ ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone) SRC += startup_fanfare.c OPT_DEFS += -DHAS_INDICATORS OPT_DEFS += -DHAS_ROTARY - VIA_ENABLE = yes - LTO_ENABLE = no endif ifeq ($(strip $(KEYBOARD)), tkc/osav2) SRC += rgblight_layers_osa.c - VIA_ENABLE = yes - LTO_ENABLE = no VELOCIKEY_ENABLE=yes endif ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) |