summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/matrix.c
diff options
context:
space:
mode:
authorDon Armstrong <don@donarmstrong.com>2017-10-21 01:53:59 +0200
committerDon Armstrong <don@donarmstrong.com>2017-10-27 22:24:30 +0200
commit2e3b99f7f13f293239808cf546a5d7bd10b5f715 (patch)
tree7990fa839afedd2de5dedbf97791505ddb264623 /keyboards/ergodox_ez/matrix.c
parentbcfba27101cb649dd61ef470ed46ab93e28534e5 (diff)
downloadqmk_firmware-2e3b99f7f13f293239808cf546a5d7bd10b5f715.tar.gz
qmk_firmware-2e3b99f7f13f293239808cf546a5d7bd10b5f715.tar.xz
update left led support
Diffstat (limited to 'keyboards/ergodox_ez/matrix.c')
-rw-r--r--keyboards/ergodox_ez/matrix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/matrix.c b/keyboards/ergodox_ez/matrix.c
index b743cf0d6..70efb43d8 100644
--- a/keyboards/ergodox_ez/matrix.c
+++ b/keyboards/ergodox_ez/matrix.c
@@ -202,6 +202,9 @@ uint8_t matrix_scan(void)
}
#endif
+#ifdef LEFT_LEDS
+ mcp23018_status = ergodox_left_leds_update();
+#endif // LEFT_LEDS
for (uint8_t i = 0; i < MATRIX_ROWS; i++) {
select_row(i);
wait_us(30); // without this wait read unstable value.