summaryrefslogtreecommitdiffstats
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-04-15 05:53:35 +0200
committerJack Humbert <jack.humb@gmail.com>2016-04-15 05:53:35 +0200
commit43a4ffc25971b2aea94b65ca1db66371e653ec5f (patch)
tree08d1b15e8370574c8893b711d007e6f888a5f103 /tmk_core/common.mk
parent2597fb7c508cf36704291cd48b2c752dd21f2b0d (diff)
downloadqmk_firmware-43a4ffc25971b2aea94b65ca1db66371e653ec5f.tar.gz
qmk_firmware-43a4ffc25971b2aea94b65ca1db66371e653ec5f.tar.xz
bootmagic somehow not getting enabled, so adding eeconfig to backlight src include cond
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r--tmk_core/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index 8d028d52a..030767cc3 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -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