diff options
Diffstat (limited to 'tmk_core/common/action.h')
-rw-r--r-- | tmk_core/common/action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index 8e47e5339..799e3bb0e 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h | |||
@@ -97,6 +97,7 @@ void clear_keyboard_but_mods(void); | |||
97 | void clear_keyboard_but_mods_and_keys(void); | 97 | void clear_keyboard_but_mods_and_keys(void); |
98 | void layer_switch(uint8_t new_layer); | 98 | void layer_switch(uint8_t new_layer); |
99 | bool is_tap_key(keypos_t key); | 99 | bool is_tap_key(keypos_t key); |
100 | bool is_tap_action(action_t action); | ||
100 | 101 | ||
101 | #ifndef NO_ACTION_TAPPING | 102 | #ifndef NO_ACTION_TAPPING |
102 | void process_record_tap_hint(keyrecord_t *record); | 103 | void process_record_tap_hint(keyrecord_t *record); |