add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)
This commit is contained in:
parent
6937f1d70e
commit
c27f16158d
3 changed files with 13 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue