forked from mirror/qmk_firmware
Suspend and wake up RGB
This commit is contained in:
@@ -275,4 +275,10 @@ void oled_task_user(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
void suspend_power_down_keymap(void) {
|
||||
rgb_matrix_set_suspend_state(true);
|
||||
}
|
||||
|
||||
void suspend_wakeup_init_keymap(void) {
|
||||
rgb_matrix_set_suspend_state(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user