[Keymap] Userspace updates (#14418)

This commit is contained in:
stanrc85
2021-09-13 16:15:10 -04:00
committed by GitHub
parent 2b956e6eb9
commit ca626f59a7
3 changed files with 40 additions and 19 deletions

View File

@@ -35,6 +35,7 @@ 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
@@ -42,3 +43,6 @@ endif
ifeq ($(strip $(KEYBOARD)), kiwikey/wanderland)
SRC += rgb_timeout.c
endif
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/rgb_led/rev2)
SRC += rgb_layers.c
endif