summaryrefslogtreecommitdiff
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-01-22 18:58:46 -0500
committerGitHub <noreply@github.com>2017-01-22 18:58:46 -0500
commita54944ac335aab86e16ee2acb528c041da1e4c6c (patch)
tree19e71aa784e94b1a2cb591a78c758b23ced200f5 /tmk_core/common.mk
parent405b2ae267be8f010517b6ed4d6da92b7de41ef9 (diff)
parent84661ac44b15bd5e60cc223779fea05784672011 (diff)
Merge pull request #1021 from luizribeiro/ps2avrGB
Support for ps2avrGB / winkeyless.kr boards
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r--tmk_core/common.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index 3c1373c081..a86dccc616 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -80,6 +80,14 @@ ifeq ($(strip $(SLEEP_LED_ENABLE)), yes)
TMK_COMMON_DEFS += -DNO_SUSPEND_POWER_DOWN
endif
+ifeq ($(strip $(NO_UART)), yes)
+ TMK_COMMON_DEFS += -DNO_UART
+endif
+
+ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes)
+ TMK_COMMON_DEFS += -DNO_SUSPEND_POWER_DOWN
+endif
+
ifeq ($(strip $(BACKLIGHT_ENABLE)), yes)
TMK_COMMON_SRC += $(COMMON_DIR)/backlight.c
TMK_COMMON_DEFS += -DBACKLIGHT_ENABLE