summary refs log tree commit diff
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2022-02-26 21:29:59 -0500
committerGitHub <noreply@github.com>2022-02-26 18:29:59 -0800
commit1d30ee72ab0ed78fb4b4eda39cd8f2886d156a1c (patch)
tree8dcf81df76f6e1fc828a7b14356dcf478fc604c0
parent259cf769664b075613399afd888e916a3b028897 (diff)
[Keymap] stanrc85 userspace rules cleanup (#16447)
-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