diff options
Diffstat (limited to 'users/stanrc85/rules.mk')
-rw-r--r-- | users/stanrc85/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index c454058bd5..16391b555a 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk @@ -22,4 +22,8 @@ endif ifeq ($(strip $(KEYBOARD)), dz60) VIA_ENABLE = yes LTO_ENABLE = yes +endif +ifeq ($(strip $(KEYBOARD)), projectkb/alice) + VIA_ENABLE = yes + LTO_ENABLE = no endif
\ No newline at end of file |