aboutsummaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-06-23 09:19:04 +0900
committertmk <nobody@nowhere>2013-06-23 09:19:04 +0900
commit5a0415749d6cd6a095d9c3fbb335360ec5fa59e0 (patch)
tree7ed39e24295fbf853625a12fe273ea3ab4c7b202 /common.mk
parent9de9d719527c7a8cac71d0bc49ba1d2d4f63cf06 (diff)
parent25ad212c4adae5a27dd2d5a4e9d6bcdfc17edb1b (diff)
downloadqmk_firmware-5a0415749d6cd6a095d9c3fbb335360ec5fa59e0.tar.gz
qmk_firmware-5a0415749d6cd6a095d9c3fbb335360ec5fa59e0.zip
Merge branch 'Wraul-kmac'
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 5f47e5c1b..47d5c852f 100644
--- a/common.mk
+++ b/common.mk
@@ -63,6 +63,11 @@ ifdef SLEEP_LED_ENABLE
63 OPT_DEFS += -DNO_SUSPEND_POWER_DOWN 63 OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
64endif 64endif
65 65
66ifdef BACKLIGHT_ENABLE
67 SRC += $(COMMON_DIR)/backlight.c
68 OPT_DEFS += -DBACKLIGHT_ENABLE
69endif
70
66 71
67# Search Path 72# Search Path
68VPATH += $(TOP_DIR)/common 73VPATH += $(TOP_DIR)/common