Fixing matrix_scan so it properly returns changed status (#63)
This commit is contained in:
committed by
Florian Didron
parent
bb71ba4b00
commit
a92ab87f98
@@ -25,3 +25,4 @@
|
|||||||
05-26-2019 - Update templates to use proper debounce define
|
05-26-2019 - Update templates to use proper debounce define
|
||||||
05-26-2019 - Add Solus support for Linux install script
|
05-26-2019 - Add Solus support for Linux install script
|
||||||
05-29-2019 - Fix TO() and DF() calling layer_state_set_[kb,user] twice (qmk#6003)
|
05-29-2019 - Fix TO() and DF() calling layer_state_set_[kb,user] twice (qmk#6003)
|
||||||
|
05-29-2019 - Fixing matrix_scan so it properly returns changed status
|
||||||
@@ -326,5 +326,5 @@ uint8_t matrix_scan(void)
|
|||||||
debounce(raw_matrix, matrix, MATRIX_ROWS, changed);
|
debounce(raw_matrix, matrix, MATRIX_ROWS, changed);
|
||||||
|
|
||||||
matrix_scan_quantum();
|
matrix_scan_quantum();
|
||||||
return 1;
|
return (uint8_t)changed;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user