Skip to content

Commit

Permalink
[Keyboard] Ergodox EZ - Re-init ISSI driver on reconnect (qmk#7731)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Jan 2, 2020
1 parent 77f66cc commit b83e3ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keyboards/ergodox_ez/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ uint8_t matrix_scan(void) {
} else {
print("left side attached\n");
ergodox_blink_all_leds();
#ifdef RGB_MATRIX_ENABLE
rgb_matrix_init(); // re-init driver on reconnect
#endif
}
}
}
Expand Down

0 comments on commit b83e3ae

Please sign in to comment.