Explorar el Código

update left led support

Don Armstrong hace 7 años
padre
commit
2e3b99f7f1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      keyboards/ergodox_ez/matrix.c

+ 3 - 0
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.