aboutsummaryrefslogtreecommitdiff
path: root/users/stanrc85/rules.mk
diff options
context:
space:
mode:
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 1406c6838..e88d605f5 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -6,7 +6,9 @@ BOOTMAGIC_ENABLE = no
6MOUSEKEY_ENABLE = no 6MOUSEKEY_ENABLE = no
7AUDIO_ENABLE = no 7AUDIO_ENABLE = no
8CONSOLE_ENABLE = no 8CONSOLE_ENABLE = no
9NKRO_ENABLE = no 9NKRO_ENABLE = yes
10LTO_ENABLE = yes
11VIA_ENABLE = yes
10 12
11SRC += stanrc85.c 13SRC += stanrc85.c
12 14
@@ -14,8 +16,6 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
14 SRC += rgblight_layers.c 16 SRC += rgblight_layers.c
15 SRC += startup_fanfare.c 17 SRC += startup_fanfare.c
16 OPT_DEFS += -DHAS_INDICATORS 18 OPT_DEFS += -DHAS_INDICATORS
17 VIA_ENABLE = yes
18 LTO_ENABLE = no
19 VELOCIKEY_ENABLE=yes 19 VELOCIKEY_ENABLE=yes
20endif 20endif
21ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone) 21ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone)
@@ -23,13 +23,9 @@ ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone)
23 SRC += startup_fanfare.c 23 SRC += startup_fanfare.c
24 OPT_DEFS += -DHAS_INDICATORS 24 OPT_DEFS += -DHAS_INDICATORS
25 OPT_DEFS += -DHAS_ROTARY 25 OPT_DEFS += -DHAS_ROTARY
26 VIA_ENABLE = yes
27 LTO_ENABLE = no
28endif 26endif
29ifeq ($(strip $(KEYBOARD)), tkc/osav2) 27ifeq ($(strip $(KEYBOARD)), tkc/osav2)
30 SRC += rgblight_layers_osa.c 28 SRC += rgblight_layers_osa.c
31 VIA_ENABLE = yes
32 LTO_ENABLE = no
33 VELOCIKEY_ENABLE=yes 29 VELOCIKEY_ENABLE=yes
34endif 30endif
35ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) 31ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)