aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mschwingen/modelm/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mschwingen/modelm/matrix.c')
-rw-r--r--keyboards/mschwingen/modelm/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mschwingen/modelm/matrix.c b/keyboards/mschwingen/modelm/matrix.c
index ef725a61e..ffc1284ea 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)
63 row_data |= spi_read(); 63 row_data |= spi_read();
64 64
65#if DEBUG 65#if DEBUG
66 phex(~row_data); 66 print_hex8(~row_data);
67 uprint(" "); 67 uprint(" ");
68#endif 68#endif
69 // For each row... 69 // For each row...