summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2021-01-28 02:34:50 +0900
committerDrashna Jael're <drashna@live.com>2021-02-02 09:48:18 -0800
commitfa1a47fd1a2153a1fea75711d3956d9a6b4cc793 (patch)
tree16f95158a03c638e0670e349e98fede3b3b00442 /common_features.mk
parent006c55012e7252b43ca8cbba07eae5355576720d (diff)
add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 22cd53d8a3..0518adc9e5 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -24,6 +24,8 @@ QUANTUM_SRC += \
ifeq ($(strip $(DEBUG_MATRIX_SCAN_RATE_ENABLE)), yes)
OPT_DEFS += -DDEBUG_MATRIX_SCAN_RATE
CONSOLE_ENABLE = yes
+else ifeq ($(strip $(DEBUG_MATRIX_SCAN_RATE_ENABLE)), api)
+ OPT_DEFS += -DDEBUG_MATRIX_SCAN_RATE
endif
ifeq ($(strip $(API_SYSEX_ENABLE)), yes)