mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
Fixing matrix_scan so it properly returns changed status
This commit is contained in:
parent
70a7b84dab
commit
6d6646de04
|
@ -326,5 +326,5 @@ uint8_t matrix_scan(void)
|
|||
debounce(raw_matrix, matrix, MATRIX_ROWS, changed);
|
||||
|
||||
matrix_scan_quantum();
|
||||
return 1;
|
||||
return (uint8_t)changed;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user