mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
update left led support
This commit is contained in:
parent
bcfba27101
commit
2e3b99f7f1
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue