diff options
Diffstat (limited to 'tmk_core/common/action.h')
-rw-r--r-- | tmk_core/common/action.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index 8a4736d7b..141dc3fca 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h | |||
@@ -58,6 +58,9 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt); | |||
58 | /* user defined special function */ | 58 | /* user defined special function */ |
59 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt); | 59 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt); |
60 | 60 | ||
61 | /* user-defined (pre)processing of each key event */ | ||
62 | void process_action_user(keyrecord_t *record); | ||
63 | |||
61 | /* Utilities for actions. */ | 64 | /* Utilities for actions. */ |
62 | void process_action(keyrecord_t *record); | 65 | void process_action(keyrecord_t *record); |
63 | void register_code(uint8_t code); | 66 | void register_code(uint8_t code); |