diff options
Diffstat (limited to 'users/stanrc85/rules.mk')
-rw-r--r-- | users/stanrc85/rules.mk | 8 |
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 | ||
11 | SRC += stanrc85.c | 11 | SRC += stanrc85.c |
12 | 12 | ||
13 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | ||
14 | # Include my fancy rgb functions source here | ||
15 | SRC += layer_rgb.c | ||
16 | endif | ||
17 | |||
18 | ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse) | 13 | ifeq ($(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 |
21 | endif | 17 | endif |
22 | ifeq ($(strip $(KEYBOARD)), dz60) | 18 | ifeq ($(strip $(KEYBOARD)), dz60) |
19 | SRC += layer_rgb.c | ||
23 | VIA_ENABLE = yes | 20 | VIA_ENABLE = yes |
24 | LTO_ENABLE = yes | 21 | LTO_ENABLE = yes |
25 | endif | 22 | endif |
26 | ifeq ($(strip $(KEYBOARD)), projectkb/alice) | 23 | ifeq ($(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 |
29 | endif \ No newline at end of file | 27 | endif \ No newline at end of file |