mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 19:14:38 +00:00
Compile the user visualizer
This commit is contained in:
parent
9e58d022ba
commit
209167d4d6
1 changed files with 5 additions and 0 deletions
|
@ -33,3 +33,8 @@ SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||||
SRC += lcd_backlight_hal.c
|
SRC += lcd_backlight_hal.c
|
||||||
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
OPT_DEFS += -DLCD_BACKLIGHT_ENABLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef VISUALIZER_USER
|
||||||
|
VISUALIZER_USER = visualizer_user.c
|
||||||
|
endif
|
||||||
|
SRC += $(VISUALIZER_USER)
|
Loading…
Reference in a new issue