diff options
Diffstat (limited to 'keyboards/honeycomb/matrix.c')
-rwxr-xr-x | keyboards/honeycomb/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/honeycomb/matrix.c b/keyboards/honeycomb/matrix.c index 2bed69068..7fef6f0fd 100755 --- a/keyboards/honeycomb/matrix.c +++ b/keyboards/honeycomb/matrix.c | |||
@@ -186,7 +186,7 @@ void matrix_print(void) | |||
186 | print_matrix_header(); | 186 | print_matrix_header(); |
187 | 187 | ||
188 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | 188 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { |
189 | phex(row); print(": "); | 189 | print_hex8(row); print(": "); |
190 | print_matrix_row(row); | 190 | print_matrix_row(row); |
191 | print("\n"); | 191 | print("\n"); |
192 | } | 192 | } |