]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
update left led support
authorDon Armstrong <don@donarmstrong.com>
Fri, 20 Oct 2017 23:53:59 +0000 (16:53 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 27 Oct 2017 20:24:30 +0000 (13:24 -0700)
keyboards/ergodox_ez/matrix.c

index b743cf0d6bd89d6e8900de4b27dd553589d1d967..70efb43d8e4106ac3ae1ab5cf2d31bc863531974 100644 (file)
@@ -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.