summaryrefslogtreecommitdiff
path: root/users/stanrc85/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-10 14:22:21 +0000
committerQMK Bot <hello@qmk.fm>2021-02-10 14:22:21 +0000
commit8d06a230c231e20b78acf77dd5c90093aa3bd95f (patch)
tree308d43a1854d5e58f1ff3a6aa726417ead6b4fb4 /users/stanrc85/rules.mk
parent0cd00b6c094dd2d10f6dc7a1404268b88fcb46ba (diff)
parent7ef4aba52c40e8e4638f9b948e271ec41baa321a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/stanrc85/rules.mk')
-rw-r--r--users/stanrc85/rules.mk10
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)