diff options
| author | Drashna Jaelre <drashna@live.com> | 2020-01-01 22:42:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 22:42:04 -0800 |
| commit | b83e3ae556239b4aa6f2c4db20535c536692eb3b (patch) | |
| tree | 65cc1378c8ff9d41b6c480f3e8abb292e103b473 | |
| parent | 77f66cc5e1e2a4624305526d6ff9ffee60e17588 (diff) | |
| download | qmk_firmware-b83e3ae556239b4aa6f2c4db20535c536692eb3b.tar.gz qmk_firmware-b83e3ae556239b4aa6f2c4db20535c536692eb3b.zip | |
[Keyboard] Ergodox EZ - Re-init ISSI driver on reconnect (#7731)
| -rw-r--r-- | keyboards/ergodox_ez/matrix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/matrix.c b/keyboards/ergodox_ez/matrix.c index 4f11a0ad5..c70772938 100644 --- a/keyboards/ergodox_ez/matrix.c +++ b/keyboards/ergodox_ez/matrix.c | |||
| @@ -122,6 +122,9 @@ uint8_t matrix_scan(void) { | |||
| 122 | } else { | 122 | } else { |
| 123 | print("left side attached\n"); | 123 | print("left side attached\n"); |
| 124 | ergodox_blink_all_leds(); | 124 | ergodox_blink_all_leds(); |
| 125 | #ifdef RGB_MATRIX_ENABLE | ||
| 126 | rgb_matrix_init(); // re-init driver on reconnect | ||
| 127 | #endif | ||
| 125 | } | 128 | } |
| 126 | } | 129 | } |
| 127 | } | 130 | } |
