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.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index 16391b555..67e1b8854 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -10,20 +10,18 @@ NKRO_ENABLE = no
10 10
11SRC += stanrc85.c 11SRC += stanrc85.c
12 12
13ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
14 # Include my fancy rgb functions source here
15 SRC += layer_rgb.c
16endif
17
18ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse) 13ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse)
14 SRC += layer_rgb.c
19 VIA_ENABLE = yes 15 VIA_ENABLE = yes
20 LTO_ENABLE = yes 16 LTO_ENABLE = yes
21endif 17endif
22ifeq ($(strip $(KEYBOARD)), dz60) 18ifeq ($(strip $(KEYBOARD)), dz60)
19 SRC += layer_rgb.c
23 VIA_ENABLE = yes 20 VIA_ENABLE = yes
24 LTO_ENABLE = yes 21 LTO_ENABLE = yes
25endif 22endif
26ifeq ($(strip $(KEYBOARD)), projectkb/alice) 23ifeq ($(strip $(KEYBOARD)), projectkb/alice)
24 SRC += rgblight_layers.c
27 VIA_ENABLE = yes 25 VIA_ENABLE = yes
28 LTO_ENABLE = no 26 LTO_ENABLE = no
29endif \ No newline at end of file 27endif \ No newline at end of file