diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-29 18:37:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-29 18:37:46 +0000 |
commit | be3d7063a04c40797a131d5f4993e45245ba6bfc (patch) | |
tree | cfce95787ed7c86b40af0dbdd856208f4285b17e /tmk_core/common.mk | |
parent | 81f2d0f4cb6400360d585433e8b9976352e2a437 (diff) | |
parent | 02ab7b1888e6572178543ca0b944e4fa14cdf974 (diff) | |
download | qmk_firmware-be3d7063a04c40797a131d5f4993e45245ba6bfc.tar.gz qmk_firmware-be3d7063a04c40797a131d5f4993e45245ba6bfc.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/common.mk')
-rw-r--r-- | tmk_core/common.mk | 4 |
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) |