diff options
Diffstat (limited to 'users/stanrc85/rules.mk')
| -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 5fa3737a2..5c572c0af 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
| @@ -31,4 +31,10 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2) | |||
| 31 | VIA_ENABLE = yes | 31 | VIA_ENABLE = yes |
| 32 | LTO_ENABLE = no | 32 | LTO_ENABLE = no |
| 33 | VELOCIKEY_ENABLE=yes | 33 | VELOCIKEY_ENABLE=yes |
| 34 | endif | ||
| 35 | ifeq ($(strip $(KEYBOARD)), tkc/osav2) | ||
| 36 | SRC += rgblight_layers_osa.c | ||
| 37 | VIA_ENABLE = yes | ||
| 38 | LTO_ENABLE = no | ||
| 39 | VELOCIKEY_ENABLE=yes | ||
| 34 | endif \ No newline at end of file | 40 | endif \ No newline at end of file |
