aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/ergodox_ez/matrix.c3
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 }