aboutsummaryrefslogtreecommitdiff
path: root/keyboards/moon/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/moon/matrix.c')
-rw-r--r--keyboards/moon/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/moon/matrix.c b/keyboards/moon/matrix.c
index c74c70f89..24b4d4956 100644
--- a/keyboards/moon/matrix.c
+++ b/keyboards/moon/matrix.c
@@ -118,7 +118,7 @@ void matrix_print(void) {
118 print_matrix_header(); 118 print_matrix_header();
119 119
120 for (uint8_t row = 0; row < MATRIX_ROWS; row++) { 120 for (uint8_t row = 0; row < MATRIX_ROWS; row++) {
121 phex(row); 121 print_hex8(row);
122 print(": "); 122 print(": ");
123 print_matrix_row(row); 123 print_matrix_row(row);
124 print("\n"); 124 print("\n");