diff options
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 7f7420059..e44ff2f0a 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk | |||
@@ -63,8 +63,8 @@ ifeq ($(strip $(NKRO_ENABLE)), yes) | |||
63 | endif | 63 | endif |
64 | endif | 64 | endif |
65 | 65 | ||
66 | ifeq ($(strip $(USB_6KRO_ENABLE)), yes) | 66 | ifeq ($(strip $(RING_BUFFERED_6KRO_REPORT_ENABLE)), yes) |
67 | TMK_COMMON_DEFS += -DUSB_6KRO_ENABLE | 67 | TMK_COMMON_DEFS += -DRING_BUFFERED_6KRO_REPORT_ENABLE |
68 | endif | 68 | endif |
69 | 69 | ||
70 | ifeq ($(strip $(SLEEP_LED_ENABLE)), yes) | 70 | ifeq ($(strip $(SLEEP_LED_ENABLE)), yes) |