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
|
@ -233,8 +233,10 @@ ifeq ($(strip $(LCD_ENABLE)), yes)
|
|||
CIE1931_CURVE = yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(LED_ENABLE)), yes)
|
||||
CIE1931_CURVE = yes
|
||||
ifeq ($(strip $(BACKLIGHT_ENABLE)), yes)
|
||||
ifeq ($(strip $(VISUALIZER_ENABLE)), yes)
|
||||
CIE1931_CURVE = yes
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(CIE1931_CURVE)), yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue