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 /tmk_core/common/keyboard.h | |
parent | 6937f1d70e7d48980032446b137462a66c457bd8 (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.h | 2 |
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 |