summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-27 02:30:28 +0000
committerQMK Bot <hello@qmk.fm>2022-02-27 02:30:28 +0000
commitd9a69324c18a0e4bdad68b82a948d5404948e414 (patch)
treefa25fb75530d2a4957c934c4c9fd7a6f9299b568
parent4fae7cde7fd72100c16cae21820830e01e2beb6a (diff)
parent1d30ee72ab0ed78fb4b4eda39cd8f2886d156a1c (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--users/stanrc85/rules.mk14
1 files changed, 4 insertions, 10 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index d17f2df007..16cf1ace5d 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -28,22 +28,16 @@ ifeq ($(strip $(KEYBOARD)), tkc/osav2)
VELOCIKEY_ENABLE=yes
SRC += rgb_timeout.c
endif
-ifeq ($(strip $(KEYBOARD)), boardsource/the_mark)
- RGB_MATRIX_ENABLE = yes
- RGBLIGHT_ENABLE = no
-endif
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
-endif
-ifeq ($(strip $(KEYBOARD)), kiwikey/wanderland)
- SRC += rgb_timeout.c
-endif
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/rgb_led/rev2)
SRC += rgb_layers.c
endif
+ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/stm32f303)
+ SRC += rgb_timeout.c
+ SRC += layer_rgb.c
+endif