extract reset keyboard into a function
that makes it easy to call reset_keyboard() from a function in a keymap
This commit is contained in:
parent
a998a48673
commit
a28a6e5b79
2 changed files with 16 additions and 10 deletions
|
@ -77,6 +77,8 @@ bool process_action_kb(keyrecord_t *record);
|
|||
bool process_record_kb(uint16_t keycode, keyrecord_t *record);
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t *record);
|
||||
|
||||
void reset_keyboard(void);
|
||||
|
||||
void startup_user(void);
|
||||
void shutdown_user(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue