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 1406c6838..e88d605f5 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
@@ -6,7 +6,9 @@ BOOTMAGIC_ENABLE = no | |||
6 | MOUSEKEY_ENABLE = no | 6 | MOUSEKEY_ENABLE = no |
7 | AUDIO_ENABLE = no | 7 | AUDIO_ENABLE = no |
8 | CONSOLE_ENABLE = no | 8 | CONSOLE_ENABLE = no |
9 | NKRO_ENABLE = no | 9 | NKRO_ENABLE = yes |
10 | LTO_ENABLE = yes | ||
11 | VIA_ENABLE = yes | ||
10 | 12 | ||
11 | SRC += stanrc85.c | 13 | SRC += 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 |
20 | endif | 20 | endif |
21 | ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone) | 21 | ifeq ($(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 | ||
28 | endif | 26 | endif |
29 | ifeq ($(strip $(KEYBOARD)), tkc/osav2) | 27 | ifeq ($(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 |
34 | endif | 30 | endif |
35 | ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) | 31 | ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) |