summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/ez/matrix.c
diff options
context:
space:
mode:
authorStick2017-06-08 08:59:33 -0500
committerStick2017-06-08 08:59:33 -0500
commit4b50ab029d49830cf0efd0e5e0606cb39c8dabae (patch)
treed5e1890a6e908d2f3cd91ec7851e979719945fc5 /keyboards/ergodox/ez/matrix.c
parent5a70cb30eecc8b76410e4b21a225b10c344e12c7 (diff)
Revert "ugly workaround for ErgoDoxEZ LED bugs: turn 'em all off"
This reverts commit f397402e101774eedd1748b1e31c7386f927d4ed.
Diffstat (limited to 'keyboards/ergodox/ez/matrix.c')
-rw-r--r--keyboards/ergodox/ez/matrix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/ergodox/ez/matrix.c b/keyboards/ergodox/ez/matrix.c
index a489e5b5c..21b60a542 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,3 +391,4 @@ static void select_row(uint8_t row)
}
}
}
+