fl16: Re-enable RGB backlight

Can still get into BIOS setup menu on cold and warm boot.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer
2023-11-27 13:23:48 +08:00
parent 45f8b07d39
commit 7682b2378d
4 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
# Debugging (enabled in info.json)
#CONSOLE_ENABLE = yes
RGB_MATRIX_ENABLE = no
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3743A

View File

@@ -1,2 +1,2 @@
RGB_MATRIX_ENABLE = no
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = IS31FL3743A

View File

@@ -328,7 +328,7 @@ bool matrix_scan_custom(matrix_row_t current_matrix[]) {
//if (rgb_init_timer > 0 && TIMER_DIFF_16(timer_read(), rgb_init_timer) >= 10000) {
//if (rgb_init_timer > 0 && TIMER_DIFF_16(timer_read(), rgb_init_timer) >= 100) {
//if (!bios_mode || rgb_init_timer > 0 && TIMER_DIFF_16(timer_read(), rgb_init_timer) >= 10000) {
rgb_matrix_init();
//rgb_matrix_init();
rgb_init = true;
}
}