diff options
Diffstat (limited to 'keyboards/handwired/datahand/matrix.c')
| -rw-r--r-- | keyboards/handwired/datahand/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/datahand/matrix.c b/keyboards/handwired/datahand/matrix.c index a08450d77..c3f6bd42f 100644 --- a/keyboards/handwired/datahand/matrix.c +++ b/keyboards/handwired/datahand/matrix.c | |||
| @@ -75,7 +75,7 @@ void matrix_print(void) { | |||
| 75 | print("\nr/c 01234567\n"); | 75 | print("\nr/c 01234567\n"); |
| 76 | 76 | ||
| 77 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { | 77 | for (uint8_t row = 0; row < MATRIX_ROWS; row++) { |
| 78 | phex(row); | 78 | print_hex8(row); |
| 79 | print(": "); | 79 | print(": "); |
| 80 | print_bin_reverse8(matrix_get_row(row)); | 80 | print_bin_reverse8(matrix_get_row(row)); |
| 81 | print("\n"); | 81 | print("\n"); |
