summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
Diffstat (limited to 'quantum')
-rw-r--r--quantum/rgb_matrix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c
index f649525ccb..f4d251c99c 100644
--- a/quantum/rgb_matrix.c
+++ b/quantum/rgb_matrix.c
@@ -436,6 +436,9 @@ void rgb_matrix_init(void) {
}
void rgb_matrix_set_suspend_state(bool state) {
+ if (state && RGB_DISABLE_WHEN_USB_SUSPENDED) {
+ rgb_matrix_set_color_all(0, 0, 0);
+ }
g_suspend_state = state;
}