1
0
Fork 0

Let BACKLIGHT_ENABLE control the Infinity LEDs

This commit is contained in:
Fred Sundvik 2017-06-03 14:34:50 +03:00
parent aaa67f6930
commit a916f4e8b8
6 changed files with 12 additions and 16 deletions

View file

@ -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)