diff options
Diffstat (limited to 'keyboards/redscarf_iiplus/verd/matrix.c')
| -rw-r--r-- | keyboards/redscarf_iiplus/verd/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/redscarf_iiplus/verd/matrix.c b/keyboards/redscarf_iiplus/verd/matrix.c index 28568653c..78d1191b6 100644 --- a/keyboards/redscarf_iiplus/verd/matrix.c +++ b/keyboards/redscarf_iiplus/verd/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 | } |
