]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action_tapping.h
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / tmk_core / common / action_tapping.h
index 2f143ae8b82d8e22720ba766e313023f831d4b21..1db43a442e33cd98a2e266419866563cf0875701 100644 (file)
@@ -35,6 +35,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 #ifndef NO_ACTION_TAPPING
+uint16_t get_event_keycode(keyevent_t event);
+uint16_t get_tapping_term(uint16_t keycode);
 void action_tapping_process(keyrecord_t record);
 #endif