summaryrefslogtreecommitdiff
path: root/tmk_core/common.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-29 18:37:46 +0000
committerQMK Bot <hello@qmk.fm>2021-09-29 18:37:46 +0000
commitbe3d7063a04c40797a131d5f4993e45245ba6bfc (patch)
treecfce95787ed7c86b40af0dbdd856208f4285b17e /tmk_core/common.mk
parent81f2d0f4cb6400360d585433e8b9976352e2a437 (diff)
parent02ab7b1888e6572178543ca0b944e4fa14cdf974 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r--tmk_core/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common.mk b/tmk_core/common.mk
index e5eced56fd..f0faa2dc3e 100644
--- a/tmk_core/common.mk
+++ b/tmk_core/common.mk
@@ -61,8 +61,8 @@ ifeq ($(strip $(NKRO_ENABLE)), yes)
endif
endif
-ifeq ($(strip $(USB_6KRO_ENABLE)), yes)
- TMK_COMMON_DEFS += -DUSB_6KRO_ENABLE
+ifeq ($(strip $(RING_BUFFERED_6KRO_REPORT_ENABLE)), yes)
+ TMK_COMMON_DEFS += -DRING_BUFFERED_6KRO_REPORT_ENABLE
endif
ifeq ($(strip $(SLEEP_LED_ENABLE)), yes)