summaryrefslogtreecommitdiff
path: root/users/stanrc85/rules.mk
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2021-09-13 16:15:10 -0400
committerGitHub <noreply@github.com>2021-09-13 13:15:10 -0700
commitca626f59a7fda63b65bf2a8d907af754a9707767 (patch)
tree1b1d8f8d16591d3015db58d1c432794e99a11f0c /users/stanrc85/rules.mk
parent2b956e6eb971065b4df8fc9cbc3fd06246157a08 (diff)
[Keymap] Userspace updates (#14418)
Diffstat (limited to 'users/stanrc85/rules.mk')
-rw-r--r--users/stanrc85/rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index 45929575c3..cafda97b1a 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -35,6 +35,7 @@ ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65)
BACKLIGHT_ENABLE = yes
RGB_MATRIX_ENABLE = yes
RGBLIGHT_ENABLE = no
+ SRC += rgb_layers.c
endif
ifeq ($(strip $(KEYBOARD)), tkc/portico)
SRC += rgb_timeout.c
@@ -42,3 +43,6 @@ endif
ifeq ($(strip $(KEYBOARD)), kiwikey/wanderland)
SRC += rgb_timeout.c
endif
+ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/rgb_led/rev2)
+ SRC += rgb_layers.c
+endif