]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/action.h
core: Fix for stuck key problem #441
[max/tmk_keyboard.git] / tmk_core / common / action.h
index 8a4736d7bc19cbb833481649b467cc4da109e1ac..993fc463ff6de196f0ee2412740012d78710850d 100644 (file)
@@ -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);