mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2025-01-06 00:48:04 +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) {}
|