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.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index 4b66f9692..c454058bd 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -14,3 +14,12 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
14 # Include my fancy rgb functions source here 14 # Include my fancy rgb functions source here
15 SRC += layer_rgb.c 15 SRC += layer_rgb.c
16endif 16endif
17
18ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse)
19 VIA_ENABLE = yes
20 LTO_ENABLE = yes
21endif
22ifeq ($(strip $(KEYBOARD)), dz60)
23 VIA_ENABLE = yes
24 LTO_ENABLE = yes
25endif \ No newline at end of file