aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol.mk
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-09-24 21:53:55 +1000
committerGitHub <noreply@github.com>2024-09-24 12:53:55 +0100
commit9a8f5a80e47815aefef1420f37078b7ff204e1c0 (patch)
tree6e72f1df52e3916719471d3b8a887d23e20d8e84 /tmk_core/protocol.mk
parenta7486a8d87e6b982033d9328f6474fb7d7d5371a (diff)
Remove `RING_BUFFERED_6KRO_REPORT_ENABLE` due to disuse. (#24433)
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)
endif
endif
-ifeq ($(strip $(RING_BUFFERED_6KRO_REPORT_ENABLE)), yes)
- OPT_DEFS += -DRING_BUFFERED_6KRO_REPORT_ENABLE
-endif
-
ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes)
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
endif