[Keyboard] Use new matrix_output_select_delay api (#13861)
* Use new matrix_output_select_delay api * Updated delay to 15 after more spamming
This commit is contained in:
parent
9d88786b6f
commit
8a9688bc64
5 changed files with 20 additions and 10 deletions
|
@ -50,13 +50,9 @@ void matrix_scan_user(void) {
|
|||
|
||||
last_timer = timer;
|
||||
if ((timer % 1000 == 0) && (timer != last_print_out)) {
|
||||
print("Benchmark:");
|
||||
print("\n");
|
||||
print_dec(timer);
|
||||
print("\n");
|
||||
print("Scans: ");
|
||||
print_dec(scans);
|
||||
print("\n");
|
||||
print("-------");
|
||||
scans = 0;
|
||||
last_print_out = timer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue