Reduce i2c timeouts for rgb led supported hardware (#360)

* Reduce i2c timeouts for rgb led supported hardware

* update

* make defines more consistent
This commit is contained in:
Drashna Jaelre
2022-10-27 22:43:40 -07:00
committed by GitHub
parent 89e3c4c0da
commit d9f575fa86
5 changed files with 31 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) {
#endif
#ifdef RGBLIGHT_ENABLE
i2c_rgblight = true; // re-enable rgb light
rgblight_init();
rgblight_set();
#endif
}
}