diff options
Diffstat (limited to 'users')
| -rw-r--r-- | users/stanrc85/rules.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 83cda852d..5fa3737a2 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
| @@ -25,4 +25,10 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev1) | |||
| 25 | VIA_ENABLE = yes | 25 | VIA_ENABLE = yes |
| 26 | LTO_ENABLE = no | 26 | LTO_ENABLE = no |
| 27 | VELOCIKEY_ENABLE=yes | 27 | VELOCIKEY_ENABLE=yes |
| 28 | endif | ||
| 29 | ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2) | ||
| 30 | SRC += rgblight_layers.c | ||
| 31 | VIA_ENABLE = yes | ||
| 32 | LTO_ENABLE = no | ||
| 33 | VELOCIKEY_ENABLE=yes | ||
| 28 | endif \ No newline at end of file | 34 | endif \ No newline at end of file |
