forked from mirrors/qmk_userspace
Improve and Cleanup Shutdown callbacks (#21060)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
This commit is contained in:
parent
4601f339e4
commit
3ef06aa732
79 changed files with 277 additions and 1684 deletions
|
@ -255,8 +255,8 @@ void post_process_record_user(uint16_t keycode, keyrecord_t *record);
|
|||
void reset_keyboard(void);
|
||||
void soft_reset_keyboard(void);
|
||||
|
||||
void startup_user(void);
|
||||
void shutdown_user(void);
|
||||
bool shutdown_kb(bool jump_to_bootloader);
|
||||
bool shutdown_user(bool jump_to_bootloader);
|
||||
|
||||
void register_code16(uint16_t code);
|
||||
void unregister_code16(uint16_t code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue