]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action.h
Merge branch 'master' of github.com:qmk/qmk_firmware
[qmk_firmware.git] / tmk_core / common / action.h
index 87027dedea6010cea08e738a9bb4574a09b83558..acc55c7d3881b73e01ae3dc03b2a834be98e8d59 100644 (file)
@@ -96,6 +96,10 @@ void clear_keyboard_but_mods(void);
 void layer_switch(uint8_t new_layer);
 bool is_tap_key(keypos_t key);
 
+#ifndef NO_ACTION_TAPPING
+void process_record_tap_hint(keyrecord_t *record);
+#endif
+
 /* debug */
 void debug_event(keyevent_t event);
 void debug_record(keyrecord_t record);