1
0
Fork 0

Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT

This commit is contained in:
Fred Sundvik 2017-07-09 17:46:51 +03:00 committed by Jack Humbert
parent f3c113fb5a
commit 2251560256
9 changed files with 73 additions and 73 deletions

View file

@ -43,7 +43,7 @@ OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
endif
ifeq ($(strip $(BACKLIGHT_ENABLE)), yes)
SRC += $(VISUALIZER_DIR)/led_keyframes.c
SRC += $(VISUALIZER_DIR)/led_backlight_keyframes.c
endif
include $(GFXLIB)/gfx.mk