Remove RING_BUFFERED_6KRO_REPORT_ENABLE due to disuse. (#24433)

This commit is contained in:
Nick Brassel
2024-09-24 21:53:55 +10:00
committed by GitHub
parent a7486a8d87
commit 9a8f5a80e4
5 changed files with 0 additions and 102 deletions

View File

@@ -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