diff options
| author | stanrc85 | 2021-07-01 10:06:06 +0200 |
|---|---|---|
| committer | GitHub | 2021-07-01 10:06:06 +0200 |
| commit | fb405c27ad07313f5d564c02bf03130d9aaf59c7 (patch) | |
| tree | 92391e41350145e51f88735d0afbd1e62db63e60 /users/stanrc85/rules.mk | |
| parent | 13533508e236666b8827b62f2b2d6819d473ef2b (diff) | |
[Keymap] RGB Timeout added to userspace (#13339)
Diffstat (limited to 'users/stanrc85/rules.mk')
| -rw-r--r-- | users/stanrc85/rules.mk | 6 |
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 |