forked from mirrors/qmk_userspace
Move LCD backlight keyframes to its own file
This commit is contained in:
parent
5815c5d317
commit
5ba228b684
7 changed files with 100 additions and 59 deletions
|
@ -35,6 +35,7 @@ endif
|
|||
ifeq ($(strip $(LCD_ENABLE)), yes)
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
SRC += $(VISUALIZER_DIR)/lcd_keyframes.c
|
||||
SRC += $(VISUALIZER_DIR)/lcd_backlight_keyframes.c
|
||||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue