Fixing matrix_scan so it properly returns changed status on Ergodox E
This commit is contained in:
committed by
Florian Didron
parent
a9f88d121e
commit
12e79b6972
@@ -188,7 +188,7 @@ uint8_t matrix_scan(void) {
|
||||
debounce(raw_matrix, matrix, MATRIX_ROWS, changed);
|
||||
matrix_scan_quantum();
|
||||
|
||||
return 1;
|
||||
return (uint8_t)changed;
|
||||
}
|
||||
|
||||
bool matrix_is_modified(void) // deprecated and evidently not called.
|
||||
|
||||
Reference in New Issue
Block a user