summaryrefslogtreecommitdiff
path: root/docs/custom_quantum_functions.md
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-11-28 15:51:56 +1100
committerGitHub <noreply@github.com>2023-11-28 15:51:56 +1100
commit07e7dd8fc138958e6af70ba7db65de0e3b1f3146 (patch)
treef04407963b78a84f1e67d041c5be6e8d7c6a6bf0 /docs/custom_quantum_functions.md
parent5501e804ff8d41ce656061b91896c4ac8c681d78 (diff)
`develop` 2023q4 changelog (#22552)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs/custom_quantum_functions.md')
-rw-r--r--docs/custom_quantum_functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_quantum_functions.md b/docs/custom_quantum_functions.md
index 7a7b6ee823..957633837c 100644
--- a/docs/custom_quantum_functions.md
+++ b/docs/custom_quantum_functions.md
@@ -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).