mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +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) {}
|