diff options
Diffstat (limited to 'users/stanrc85/rules.mk')
| -rw-r--r-- | users/stanrc85/rules.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 54f0f7626..fc2560d3a 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
| @@ -18,6 +18,14 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2) | |||
| 18 | LTO_ENABLE = no | 18 | LTO_ENABLE = no |
| 19 | VELOCIKEY_ENABLE=yes | 19 | VELOCIKEY_ENABLE=yes |
| 20 | endif | 20 | endif |
| 21 | ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone) | ||
| 22 | SRC += indicator_layers_sneakbox.c | ||
| 23 | #SRC += startup_fanfare.c | ||
| 24 | OPT_DEFS += -DHAS_INDICATORS | ||
| 25 | OPT_DEFS += -DHAS_ROTARY | ||
| 26 | VIA_ENABLE = yes | ||
| 27 | LTO_ENABLE = no | ||
| 28 | endif | ||
| 21 | ifeq ($(strip $(KEYBOARD)), tkc/osav2) | 29 | ifeq ($(strip $(KEYBOARD)), tkc/osav2) |
| 22 | SRC += rgblight_layers_osa.c | 30 | SRC += rgblight_layers_osa.c |
| 23 | VIA_ENABLE = yes | 31 | VIA_ENABLE = yes |
