diff options
Diffstat (limited to 'keyboards/dc01/right/matrix.c')
| -rw-r--r-- | keyboards/dc01/right/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dc01/right/matrix.c b/keyboards/dc01/right/matrix.c index 530834a7b..544c8dc53 100644 --- a/keyboards/dc01/right/matrix.c +++ b/keyboards/dc01/right/matrix.c | |||
| @@ -237,7 +237,7 @@ void matrix_print(void) | |||
| 237 | print_matrix_header(); | 237 | print_matrix_header(); |
| 238 | 238 | ||
| 239 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | 239 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { |
| 240 | phex(row); print(": "); | 240 | print_hex8(row); print(": "); |
| 241 | print_matrix_row(row); | 241 | print_matrix_row(row); |
| 242 | print("\n"); | 242 | print("\n"); |
| 243 | } | 243 | } |
