forked from mirrors/qmk_userspace
develop
2023q4 changelog (#22552)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
5501e804ff
commit
07e7dd8fc1
6 changed files with 352 additions and 12 deletions
|
@ -284,7 +284,7 @@ void suspend_wakeup_init_user(void) {
|
|||
* Keymap: `void suspend_power_down_kb(void)` and `void suspend_wakeup_init_user(void)`
|
||||
|
||||
|
||||
# Keyboard Shutdown/Reboot Code
|
||||
# Keyboard Shutdown/Reboot Code :id=keyboard-shutdown-reboot-code
|
||||
|
||||
This function gets called whenever the firmware is reset, whether it's a soft reset or reset to the bootloader. This is the spot to use for any sort of cleanup, as this happens right before the actual reset. And it can be useful for turning off different systems (such as RGB, onboard screens, etc).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue