1
0
Fork 0

[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:
Alex Ong 2021-08-07 16:51:38 +10:00 committed by GitHub
parent 9d88786b6f
commit 8a9688bc64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 10 deletions

View file

@ -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;
}