diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-08 21:19:44 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-09 18:34:59 +0300 |
| commit | df67169d4260881443d88b142855d4aa2def6dc3 (patch) | |
| tree | 9f0c3ceef9c49b42b9a80643e37276b9a12f9ebb /quantum/visualizer/visualizer.mk | |
| parent | 3eb8785e8770c07e6a4280c50240d5d951461911 (diff) | |
| download | qmk_firmware-df67169d4260881443d88b142855d4aa2def6dc3.tar.gz qmk_firmware-df67169d4260881443d88b142855d4aa2def6dc3.zip | |
Move LCD logo to visualizer resources
Diffstat (limited to 'quantum/visualizer/visualizer.mk')
| -rw-r--r-- | quantum/visualizer/visualizer.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/visualizer/visualizer.mk b/quantum/visualizer/visualizer.mk index 799379e3d..7c8e98d67 100644 --- a/quantum/visualizer/visualizer.mk +++ b/quantum/visualizer/visualizer.mk | |||
| @@ -37,6 +37,8 @@ ifeq ($(strip $(LCD_ENABLE)), yes) | |||
| 37 | SRC += $(VISUALIZER_DIR)/lcd_backlight.c | 37 | SRC += $(VISUALIZER_DIR)/lcd_backlight.c |
| 38 | SRC += $(VISUALIZER_DIR)/lcd_keyframes.c | 38 | SRC += $(VISUALIZER_DIR)/lcd_keyframes.c |
| 39 | SRC += $(VISUALIZER_DIR)/lcd_backlight_keyframes.c | 39 | SRC += $(VISUALIZER_DIR)/lcd_backlight_keyframes.c |
| 40 | # Note, that the linker will strip out any resources that are not actually in use | ||
| 41 | SRC += $(VISUALIZER_DIR)/resources/lcd_logo.c | ||
| 40 | OPT_DEFS += -DLCD_BACKLIGHT_ENABLE | 42 | OPT_DEFS += -DLCD_BACKLIGHT_ENABLE |
| 41 | endif | 43 | endif |
| 42 | 44 | ||
