summaryrefslogtreecommitdiff
path: root/keyboards/moonlander/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/moonlander/matrix.c')
-rw-r--r--keyboards/moonlander/matrix.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/moonlander/matrix.c b/keyboards/moonlander/matrix.c
index 3907dcb1fa..2ad4ccc5fd 100644
--- a/keyboards/moonlander/matrix.c
+++ b/keyboards/moonlander/matrix.c
@@ -87,10 +87,7 @@ void matrix_init_custom(void) {
setPinInputLow(A7);
setPinInputLow(B0);
- is_launching = true;
- #ifndef HALFMOON
mcp23018_init();
- #endif
}
bool matrix_scan_custom(matrix_row_t current_matrix[]) {
@@ -219,7 +216,6 @@ void matrix_power_up(void) {
ML_LED_1(false);
ML_LED_2(false);
ML_LED_3(false);
-
ML_LED_4(false);
ML_LED_5(false);
ML_LED_6(false);
@@ -234,4 +230,4 @@ void matrix_power_up(void) {
bool is_transport_connected(void) {
return mcp23018_initd;
-}
+} \ No newline at end of file