]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action.h
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / tmk_core / common / action.h
index 8e47e5339edaa8229ef0edb4efac87ca34158d03..799e3bb0efd52d5a7a400145c4ef6a8b1cdfaaad 100644 (file)
@@ -97,6 +97,7 @@ void clear_keyboard_but_mods(void);
 void clear_keyboard_but_mods_and_keys(void);
 void layer_switch(uint8_t new_layer);
 bool is_tap_key(keypos_t key);
+bool is_tap_action(action_t action);
 
 #ifndef NO_ACTION_TAPPING
 void process_record_tap_hint(keyrecord_t *record);