[Keymap] Update some code and keyboard rules (#16680)

This commit is contained in:
stanrc85
2022-03-19 02:52:33 -04:00
committed by GitHub
parent 61c644f6d0
commit 06b6729b16
3 changed files with 11 additions and 3 deletions

View File

@@ -36,8 +36,10 @@ ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65)
endif
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/rgb_led/rev2)
SRC += rgb_layers.c
SRC += rgb_timeout.c
endif
ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/stm32f303)
OPT_DEFS += -DHAS_INDICATORS
SRC += rgb_timeout.c
SRC += layer_rgb.c
SRC += indicator_layers_sneakbox.c
endif