diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2021-01-28 02:34:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 04:34:50 +1100 |
commit | c27f16158d3f9524bb2d608ef4918783e7551637 (patch) | |
tree | b12d6d7b6849b4954d5912b6ff9576f1c6250825 /common_features.mk | |
parent | 6937f1d70e7d48980032446b137462a66c457bd8 (diff) | |
download | qmk_firmware-c27f16158d3f9524bb2d608ef4918783e7551637.tar.gz qmk_firmware-c27f16158d3f9524bb2d608ef4918783e7551637.zip |
add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index 8ac53ec45..b9cd084d2 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -24,6 +24,8 @@ QUANTUM_SRC += \ | |||
24 | ifeq ($(strip $(DEBUG_MATRIX_SCAN_RATE_ENABLE)), yes) | 24 | ifeq ($(strip $(DEBUG_MATRIX_SCAN_RATE_ENABLE)), yes) |
25 | OPT_DEFS += -DDEBUG_MATRIX_SCAN_RATE | 25 | OPT_DEFS += -DDEBUG_MATRIX_SCAN_RATE |
26 | CONSOLE_ENABLE = yes | 26 | CONSOLE_ENABLE = yes |
27 | else ifeq ($(strip $(DEBUG_MATRIX_SCAN_RATE_ENABLE)), api) | ||
28 | OPT_DEFS += -DDEBUG_MATRIX_SCAN_RATE | ||
27 | endif | 29 | endif |
28 | 30 | ||
29 | ifeq ($(strip $(API_SYSEX_ENABLE)), yes) | 31 | ifeq ($(strip $(API_SYSEX_ENABLE)), yes) |