X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Faction.h;h=993fc463ff6de196f0ee2412740012d78710850d;hb=fa61bd179a969054250181170cafb53102ef043a;hp=e76161c17f57ad651891584cb264a52cd46fa7f7;hpb=32abfacbc730be45ae5696688d9d8db3fb25dc01;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index e76161c1..993fc463 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h @@ -51,7 +51,6 @@ void action_exec(keyevent_t event); /* action for key */ action_t action_for_key(uint8_t layer, keypos_t key); -action_t action_for_key_default(uint8_t layer, keypos_t key); /* macro */ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt); @@ -69,7 +68,7 @@ void unregister_mods(uint8_t mods); void clear_keyboard(void); void clear_keyboard_but_mods(void); void layer_switch(uint8_t new_layer); -bool is_tap_key(keypos_t key); +bool is_tap_key(keyevent_t event); /* debug */ void debug_event(keyevent_t event);