diff options
Diffstat (limited to 'keyboards/moonlander/matrix.c')
-rw-r--r-- | keyboards/moonlander/matrix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/moonlander/matrix.c b/keyboards/moonlander/matrix.c index 782f131a5..b6bac9515 100644 --- a/keyboards/moonlander/matrix.c +++ b/keyboards/moonlander/matrix.c | |||
@@ -102,9 +102,9 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) { | |||
102 | print("trying to reset mcp23018\n"); | 102 | print("trying to reset mcp23018\n"); |
103 | mcp23018_init(); | 103 | mcp23018_init(); |
104 | if (!mcp23018_initd) { | 104 | if (!mcp23018_initd) { |
105 | print("left side not responding\n"); | 105 | print("right side not responding\n"); |
106 | } else { | 106 | } else { |
107 | print("left side attached\n"); | 107 | print("right side attached\n"); |
108 | #ifdef RGB_MATRIX_ENABLE | 108 | #ifdef RGB_MATRIX_ENABLE |
109 | rgb_matrix_init(); | 109 | rgb_matrix_init(); |
110 | #endif | 110 | #endif |