summaryrefslogtreecommitdiff
path: root/tmk_core/protocol.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol.mk')
-rw-r--r--tmk_core/protocol.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk
index 796b4e8787..8f01976548 100644
--- a/tmk_core/protocol.mk
+++ b/tmk_core/protocol.mk
@@ -54,10 +54,6 @@ ifeq ($(strip $(NKRO_ENABLE)), yes)
54 endif 54 endif
55endif 55endif
56 56
57ifeq ($(strip $(RING_BUFFERED_6KRO_REPORT_ENABLE)), yes)
58 OPT_DEFS += -DRING_BUFFERED_6KRO_REPORT_ENABLE
59endif
60
61ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes) 57ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes)
62 OPT_DEFS += -DNO_SUSPEND_POWER_DOWN 58 OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
63endif 59endif