mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-30 06:55:51 +00:00
5 lines
121 B
C
5 lines
121 B
C
|
__attribute__((weak))
|
||
|
void matrix_check_scan_rate(void) {}
|
||
|
__attribute__((weak))
|
||
|
void matrix_time_between_scans(void) {}
|