[Keymap] RGB Timeout added to userspace (#13339)

This commit is contained in:
stanrc85
2021-07-01 04:06:06 -04:00
committed by GitHub
parent 13533508e2
commit fb405c27ad
3 changed files with 68 additions and 36 deletions

View File

@@ -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