X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Faction.h;h=993fc463ff6de196f0ee2412740012d78710850d;hb=ba2883fd9ab040fc670ad729e6cddd4c67c8188c;hp=8a4736d7bc19cbb833481649b467cc4da109e1ac;hpb=cf9f157a7f6a703cba81a4b512c01d07b0bea6cf;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index 8a4736d7..993fc463 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h @@ -68,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);