diff options
Diffstat (limited to 'keyboards/redscarf_iiplus/verc/matrix.c')
-rwxr-xr-x | keyboards/redscarf_iiplus/verc/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/redscarf_iiplus/verc/matrix.c b/keyboards/redscarf_iiplus/verc/matrix.c index 54b0f3a9a..42cfb7c03 100755 --- a/keyboards/redscarf_iiplus/verc/matrix.c +++ b/keyboards/redscarf_iiplus/verc/matrix.c | |||
@@ -124,7 +124,7 @@ void matrix_print(void) | |||
124 | print_matrix_header(); | 124 | print_matrix_header(); |
125 | 125 | ||
126 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | 126 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { |
127 | phex(row); print(": "); | 127 | print_hex8(row); print(": "); |
128 | print_matrix_row(row); | 128 | print_matrix_row(row); |
129 | print("\n"); | 129 | print("\n"); |
130 | } | 130 | } |