aboutsummaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-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)
# Include my fancy rgb functions source here
SRC += layer_rgb.c
endif
+
+ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse)
+ VIA_ENABLE = yes
+ LTO_ENABLE = yes
+endif
+ifeq ($(strip $(KEYBOARD)), dz60)
+ VIA_ENABLE = yes
+ LTO_ENABLE = yes
+endif \ No newline at end of file