diff options
Diffstat (limited to 'keyboards/chimera_ortho')
| -rw-r--r-- | keyboards/chimera_ortho/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/chimera_ortho/matrix.c b/keyboards/chimera_ortho/matrix.c index eb2f18473..34930af7e 100644 --- a/keyboards/chimera_ortho/matrix.c +++ b/keyboards/chimera_ortho/matrix.c | |||
| @@ -138,7 +138,7 @@ void matrix_print(void) | |||
| 138 | print_matrix_header(); | 138 | print_matrix_header(); |
| 139 | 139 | ||
| 140 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | 140 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { |
| 141 | phex(row); print(": "); | 141 | print_hex8(row); print(": "); |
| 142 | print_matrix_row(row); | 142 | print_matrix_row(row); |
| 143 | print("\n"); | 143 | print("\n"); |
| 144 | } | 144 | } |
