Re-init rgb matrix on left half reconnect
This commit is contained in:
committed by
Florian Didron
parent
ffc0605370
commit
172fbd48ab
@@ -129,6 +129,9 @@ uint8_t matrix_scan(void) {
|
|||||||
print("left side not responding\n");
|
print("left side not responding\n");
|
||||||
} else {
|
} else {
|
||||||
print("left side attached\n");
|
print("left side attached\n");
|
||||||
|
#ifdef RGB_MATRIX_ENABLE
|
||||||
|
rgb_matrix_init();
|
||||||
|
#endif
|
||||||
ergodox_blink_all_leds();
|
ergodox_blink_all_leds();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user