[Keyboard] Ergodox EZ - Re-init ISSI driver on reconnect (#7731)

refactor_process_record_kb_user
Drashna Jaelre 5 years ago committed by GitHub
parent 77f66cc5e1
commit b83e3ae556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      keyboards/ergodox_ez/matrix.c

@ -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
}
}
}

Loading…
Cancel
Save