diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-07-15 11:19:52 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-07-15 11:19:52 -0400 |
commit | ba0d81f2700cc13fcbd796ea3c46b70829066c46 (patch) | |
tree | 316aa2b26fd17e9a9df681af9cd8ab5a61a573e0 /quantum/quantum.h | |
parent | f4fbfe6e544bb2beab05464a23ab848ae4c5578a (diff) | |
parent | 9ecf9073b96799e52a1f1c0d35b57177382902ce (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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); |