Skip to content

Commit

Permalink
Update keyboards/ibm/model_m/mschwingen/matrix.c
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
zvecr and fauxpark authored Jan 26, 2024
1 parent e3432a8 commit b0d5116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/ibm/model_m/mschwingen/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static bool read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col)
row_data = spi_read() << 8;
row_data |= spi_read();

dprint("%02X ", ~row_data);
dprintf("%02X ", ~row_data);

// For each row...
for (uint8_t row_index = 0; row_index < MATRIX_ROWS; row_index++) {
Expand Down

0 comments on commit b0d5116

Please sign in to comment.