diff options
Diffstat (limited to 'keyboards/angel64/alpha/matrix.c')
-rw-r--r-- | keyboards/angel64/alpha/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/angel64/alpha/matrix.c b/keyboards/angel64/alpha/matrix.c index e06fc15dc..474fbec03 100644 --- a/keyboards/angel64/alpha/matrix.c +++ b/keyboards/angel64/alpha/matrix.c | |||
@@ -120,7 +120,7 @@ void matrix_print(void) | |||
120 | print_matrix_header(); | 120 | print_matrix_header(); |
121 | 121 | ||
122 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | 122 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { |
123 | phex(row); print(": "); | 123 | print_hex8(row); print(": "); |
124 | print_matrix_row(row); | 124 | print_matrix_row(row); |
125 | print("\n"); | 125 | print("\n"); |
126 | } | 126 | } |