Move LED strip initialization (#397)
This commit is contained in:
@@ -11,10 +11,6 @@ void matrix_scan_user(void) {
|
||||
}
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
rgblight_init();
|
||||
#endif
|
||||
|
||||
matrix_init_user();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user