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