[Keyboard] Ergodox EZ - Re-init ISSI driver on reconnect (#7731)
1 files changed, 3 insertions(+), 0 deletions(-) M keyboards/ergodox_ez/matrix.c
M keyboards/ergodox_ez/matrix.c => keyboards/ergodox_ez/matrix.c +3 -0
@@ 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 } } }