summaryrefslogtreecommitdiff
path: root/users/stanrc85/rules.mk
diff options
context:
space:
mode:
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