aboutsummaryrefslogtreecommitdiff
path: root/users/stanrc85/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/stanrc85/rules.mk')
-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 805a2929f..45929575c 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -36,3 +36,9 @@ ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65)
36 RGB_MATRIX_ENABLE = yes 36 RGB_MATRIX_ENABLE = yes
37 RGBLIGHT_ENABLE = no 37 RGBLIGHT_ENABLE = no
38endif 38endif
39ifeq ($(strip $(KEYBOARD)), tkc/portico)
40 SRC += rgb_timeout.c
41endif
42ifeq ($(strip $(KEYBOARD)), kiwikey/wanderland)
43 SRC += rgb_timeout.c
44endif