add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)

This commit is contained in:
Takeshi ISHII
2021-01-28 02:34:50 +09:00
committed by GitHub
parent 6937f1d70e
commit c27f16158d
3 changed files with 13 additions and 2 deletions

View File

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