diff options
| author | Drashna Jaelre | 2022-05-14 05:35:49 +0200 |
|---|---|---|
| committer | GitHub | 2022-05-14 05:35:49 +0200 |
| commit | 787a68948fa0d5e251e22a623071082c8c0561b1 (patch) | |
| tree | cc28d2caa680b8eef62e4cfdd232dde66e43416a /quantum/quantum.h | |
| parent | 425c54cf8c459b1cc33deaa53955e2db41aa0b01 (diff) | |
[Core] Add Reboot keycode to core (#15990)
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index d021e7c05c..7829ec7e0c 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -254,6 +254,7 @@ void post_process_record_kb(uint16_t keycode, keyrecord_t *record); 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); |