Skip to content

Commit

Permalink
Update matrix.c
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
mohoyt and fauxpark authored Dec 13, 2024
1 parent 7f24d37 commit fc3d2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/sthlmkb/storre/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) {
changed |= read_rows_on_col(current_matrix, current_col);
}

return (uint8_t)changed;
return changed;
}

0 comments on commit fc3d2a9

Please sign in to comment.