summaryrefslogtreecommitdiff
path: root/users/stanrc85/rules.mk
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2021-07-01 04:06:06 -0400
committerGitHub <noreply@github.com>2021-07-01 01:06:06 -0700
commitfb405c27ad07313f5d564c02bf03130d9aaf59c7 (patch)
tree92391e41350145e51f88735d0afbd1e62db63e60 /users/stanrc85/rules.mk
parent13533508e236666b8827b62f2b2d6819d473ef2b (diff)
[Keymap] RGB Timeout added to userspace (#13339)
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 805a2929f9..45929575c3 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -36,3 +36,9 @@ ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65)
RGB_MATRIX_ENABLE = yes
RGBLIGHT_ENABLE = no
endif
+ifeq ($(strip $(KEYBOARD)), tkc/portico)
+ SRC += rgb_timeout.c
+endif
+ifeq ($(strip $(KEYBOARD)), kiwikey/wanderland)
+ SRC += rgb_timeout.c
+endif