forked from mirrors/qmk_userspace
Let BACKLIGHT_ENABLE control the Infinity LEDs
This commit is contained in:
parent
aaa67f6930
commit
a916f4e8b8
6 changed files with 12 additions and 16 deletions
|
@ -42,9 +42,8 @@ SRC += $(VISUALIZER_DIR)/resources/lcd_logo.c
|
|||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(LED_ENABLE)), yes)
|
||||
ifeq ($(strip $(BACKLIGHT_ENABLE)), yes)
|
||||
SRC += $(VISUALIZER_DIR)/led_keyframes.c
|
||||
OPT_DEFS += -DLED_ENABLE
|
||||
endif
|
||||
|
||||
include $(GFXLIB)/gfx.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue