diff options
Diffstat (limited to 'tmk_core/common/action.h')
-rw-r--r-- | tmk_core/common/action.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index 87027dede..acc55c7d3 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h | |||
@@ -96,6 +96,10 @@ void clear_keyboard_but_mods(void); | |||
96 | void layer_switch(uint8_t new_layer); | 96 | void layer_switch(uint8_t new_layer); |
97 | bool is_tap_key(keypos_t key); | 97 | bool is_tap_key(keypos_t key); |
98 | 98 | ||
99 | #ifndef NO_ACTION_TAPPING | ||
100 | void process_record_tap_hint(keyrecord_t *record); | ||
101 | #endif | ||
102 | |||
99 | /* debug */ | 103 | /* debug */ |
100 | void debug_event(keyevent_t event); | 104 | void debug_event(keyevent_t event); |
101 | void debug_record(keyrecord_t record); | 105 | void debug_record(keyrecord_t record); |