summaryrefslogtreecommitdiff
path: root/users/stanrc85/rules.mk
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2020-07-25 06:10:00 -0400
committerGitHub <noreply@github.com>2020-07-25 03:10:00 -0700
commit208fbce9a79ea1775a0367a0075a680b71928b1e (patch)
treea5b012c9c6aa588678157f4e27c66b8acdf3b9d7 /users/stanrc85/rules.mk
parent21976f47d86e6ef01a2ec097ad1e36f5aada671b (diff)
Keymap for OSAv2 (#9773)
* Add OSAv2 keymap * OSAv2 configs and rules * OSAv2 lighting layers * OSAv2 lighting layers * Fix colors after copy/paste * Use LED indicators instead of RGB
Diffstat (limited to 'users/stanrc85/rules.mk')
-rw-r--r--users/stanrc85/rules.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index 5fa3737a25..5c572c0af3 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -31,4 +31,10 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
VIA_ENABLE = yes
LTO_ENABLE = no
VELOCIKEY_ENABLE=yes
+endif
+ifeq ($(strip $(KEYBOARD)), tkc/osav2)
+ SRC += rgblight_layers_osa.c
+ VIA_ENABLE = yes
+ LTO_ENABLE = no
+ VELOCIKEY_ENABLE=yes
endif \ No newline at end of file