mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 03:26:51 +06: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) {}
|