Fix issuse with OLED Driver and Split Keyboard code

This commit is contained in:
XScorpion2
2019-05-06 17:06:43 -05:00
committed by Drashna Jaelre
parent ff3e430970
commit 4b5a0375d4
4 changed files with 21 additions and 17 deletions

View File

@@ -299,7 +299,7 @@ uint8_t _matrix_scan(void) {
debounce(raw_matrix, matrix + thisHand, ROWS_PER_HAND, changed);
return 1;
return (uint8_t)changed;
}
uint8_t matrix_scan(void) {