diff options
Diffstat (limited to 'keyboards/mschwingen/modelm/matrix.c')
-rw-r--r-- | keyboards/mschwingen/modelm/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mschwingen/modelm/matrix.c b/keyboards/mschwingen/modelm/matrix.c index ef725a61eb..ffc1284ead 100644 --- a/keyboards/mschwingen/modelm/matrix.c +++ b/keyboards/mschwingen/modelm/matrix.c @@ -63,7 +63,7 @@ static bool read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col) row_data |= spi_read(); #if DEBUG - phex(~row_data); + print_hex8(~row_data); uprint(" "); #endif // For each row... |