mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
bootmagic somehow not getting enabled, so adding eeconfig to backlight src include cond
This commit is contained in:
@@ -69,6 +69,7 @@ endif
|
||||
|
||||
ifeq ($(BACKLIGHT_ENABLE), yes)
|
||||
SRC += $(COMMON_DIR)/backlight.c
|
||||
SRC += $(COMMON_DIR)/avr/eeconfig.c
|
||||
OPT_DEFS += -DBACKLIGHT_ENABLE
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user