set rgb off after 5min
This commit is contained in:
@@ -1 +1 @@
|
|||||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
#define RGB_MATRIX_TIMEOUT 300000
|
||||||
@@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user