[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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