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:
@@ -1,4 +1,4 @@
|
||||
# Debugging (enabled in info.json)
|
||||
#CONSOLE_ENABLE = yes
|
||||
RGB_MATRIX_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = IS31FL3743A
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
RGB_MATRIX_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = IS31FL3743A
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user