summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/ez/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox/ez/matrix.c')
-rw-r--r--keyboards/ergodox/ez/matrix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/ergodox/ez/matrix.c b/keyboards/ergodox/ez/matrix.c
index 21b60a542..a489e5b5c 100644
--- a/keyboards/ergodox/ez/matrix.c
+++ b/keyboards/ergodox/ez/matrix.c
@@ -183,7 +183,7 @@ uint8_t matrix_scan(void)
print("left side not responding\n");
} else {
print("left side attached\n");
- ergodox_blink_all_leds();
+// ergodox_blink_all_leds();
}
}
}
@@ -391,4 +391,3 @@ static void select_row(uint8_t row)
}
}
}
-