set rgb off after 5min
Some checks are pending
Build QMK firmware / QMK Userspace Build (push) Waiting to run
Build QMK firmware / QMK Userspace Publish (push) Blocked by required conditions

This commit is contained in:
2025-02-12 12:56:46 +01:00
parent 4ed1c1de0e
commit d83575af61
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
#define RGB_DISABLE_WHEN_USB_SUSPENDED #define RGB_MATRIX_TIMEOUT 300000

View File

@@ -116,5 +116,5 @@ bool rgb_matrix_indicators_user(void) {
rgb_matrix_set_color(i, keycolors[i][0], keycolors[i][1], keycolors[i][2]); rgb_matrix_set_color(i, keycolors[i][0], keycolors[i][1], keycolors[i][2]);
} }
set_special_leds(); set_special_leds();
return true; return false;
} }