diff options
Diffstat (limited to 'users')
| -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 c454058bd..16391b555 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
| @@ -22,4 +22,8 @@ endif | |||
| 22 | ifeq ($(strip $(KEYBOARD)), dz60) | 22 | ifeq ($(strip $(KEYBOARD)), dz60) |
| 23 | VIA_ENABLE = yes | 23 | VIA_ENABLE = yes |
| 24 | LTO_ENABLE = yes | 24 | LTO_ENABLE = yes |
| 25 | endif | ||
| 26 | ifeq ($(strip $(KEYBOARD)), projectkb/alice) | ||
| 27 | VIA_ENABLE = yes | ||
| 28 | LTO_ENABLE = no | ||
| 25 | endif \ No newline at end of file | 29 | endif \ No newline at end of file |
