Skip to content

Commit

Permalink
Fixing matrix_scan so it properly returns changed status
Browse files Browse the repository at this point in the history
  • Loading branch information
XScorpion2 authored and drashna committed May 28, 2019
1 parent 70a7b84 commit 6d6646d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 6d6646d

Please sign in to comment.