mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
Build lcd_backlight_hal_emulator.c
When the emulator is set, instead of the lcd_backlight_hal.c file.
This commit is contained in:
parent
4e89732617
commit
15300cb681
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ ifdef LCD_BACKLIGHT_ENABLE
|
|||
SRC += $(VISUALIZER_DIR)/lcd_backlight.c
|
||||
ifndef EMULATOR
|
||||
SRC += lcd_backlight_hal.c
|
||||
else
|
||||
SRC += lcd_backlight_hal_emulator.c
|
||||
endif
|
||||
UDEFS += -DLCD_BACKLIGHT_ENABLE
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue