mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-01 03:32:10 +01:00
Improve and Cleanup Shutdown callbacks (#21060)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
This commit is contained in:
@@ -17,5 +17,8 @@ void eeconfig_init_user(void) {
|
||||
}
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
void shutdown_user(void) { shutdown_user_rgb(); }
|
||||
bool shutdown_user(bool jump_to_bootloader) {
|
||||
shutdown_user_rgb();
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user