aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r--tmk_core/common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index 63de7c7ed..b7fe45afd 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -113,10 +113,6 @@ ifeq ($(strip $(SLEEP_LED_ENABLE)), yes)
113 TMK_COMMON_DEFS += -DNO_SUSPEND_POWER_DOWN 113 TMK_COMMON_DEFS += -DNO_SUSPEND_POWER_DOWN
114endif 114endif
115 115
116ifeq ($(strip $(NO_UART)), yes)
117 TMK_COMMON_DEFS += -DNO_UART
118endif
119
120ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes) 116ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes)
121 TMK_COMMON_DEFS += -DNO_SUSPEND_POWER_DOWN 117 TMK_COMMON_DEFS += -DNO_SUSPEND_POWER_DOWN
122endif 118endif