Browse Source

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

pull/7761/head
Drashna Jaelre 4 years ago
committed by GitHub
parent
commit
b83e3ae556
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      keyboards/ergodox_ez/matrix.c

+ 3
- 0
keyboards/ergodox_ez/matrix.c View File

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