X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Faction.h;h=799e3bb0efd52d5a7a400145c4ef6a8b1cdfaaad;hb=1c0a7ad6c2d5c133a7c8892c9265cda08288a4f4;hp=5d797fd628ffad87af17bde99b4bdbf60e60fec3;hpb=02d44beb4410b806cb8c38e272941d212fee8a74;p=qmk_firmware.git diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index 5d797fd62..799e3bb0e 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h @@ -94,8 +94,10 @@ void unregister_mods(uint8_t mods); //void set_mods(uint8_t mods); void clear_keyboard(void); 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);