aboutsummaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2020-07-04 23:51:37 -0400
committerGitHub <noreply@github.com>2020-07-04 20:51:37 -0700
commitda5aed6beffeaf67eb6f05bbbe4ca75ecde2ebfb (patch)
tree0d63f1ddc9e23bef8cf234b4a2fe9fa576042da8 /users
parentacb9cf12c46bfef7f542e44c06351aeced82bd89 (diff)
downloadfirmware-da5aed6beffeaf67eb6f05bbbe4ca75ecde2ebfb.tar.gz
firmware-da5aed6beffeaf67eb6f05bbbe4ca75ecde2ebfb.tar.bz2
firmware-da5aed6beffeaf67eb6f05bbbe4ca75ecde2ebfb.zip
[Keymap] Add Alice rev2 to my userspace (#9600)
Diffstat (limited to 'users')
-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 83cda852d..5fa3737a2 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -25,4 +25,10 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev1)
VIA_ENABLE = yes
LTO_ENABLE = no
VELOCIKEY_ENABLE=yes
+endif
+ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2)
+ SRC += rgblight_layers.c
+ VIA_ENABLE = yes
+ LTO_ENABLE = no
+ VELOCIKEY_ENABLE=yes
endif \ No newline at end of file