diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-14 10:53:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-14 10:53:51 -0400 |
commit | 8bbbbcddf909fe14751b30cb5ab61bd67d06a2f5 (patch) | |
tree | f61856ff5d0ab34e5bab8dc69a5cda12f89d4b29 /quantum/quantum.h | |
parent | a998a48673372e409991066d7d2d9ba282f79d59 (diff) | |
parent | a28a6e5b79c819e5f9323f62686498eca3ef399f (diff) |
Merge pull request #515 from pvinis/reset-function
extract reset keyboard into a function
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 3a0b742028..7ebfb24e30 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -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); |