summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/keyboard.h
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2021-01-28 02:34:50 +0900
committerGitHub <noreply@github.com>2021-01-28 04:34:50 +1100
commitc27f16158d3f9524bb2d608ef4918783e7551637 (patch)
treeb12d6d7b6849b4954d5912b6ff9576f1c6250825 /tmk_core/common/keyboard.h
parent6937f1d70e7d48980032446b137462a66c457bd8 (diff)
add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)
Diffstat (limited to 'tmk_core/common/keyboard.h')
-rw-r--r--tmk_core/common/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/keyboard.h b/tmk_core/common/keyboard.h
index d04e685cdb..70e8f7e2c7 100644
--- a/tmk_core/common/keyboard.h
+++ b/tmk_core/common/keyboard.h
@@ -73,6 +73,8 @@ void keyboard_post_init_user(void);
void housekeeping_task_kb(void);
void housekeeping_task_user(void);
+uint32_t get_matrix_scan_rate(void);
+
#ifdef __cplusplus
}
#endif