]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/action.h
Make action_for_key a weak symbol
[max/tmk_keyboard.git] / tmk_core / common / action.h
index 8a4736d7bc19cbb833481649b467cc4da109e1ac..e76161c17f57ad651891584cb264a52cd46fa7f7 100644 (file)
@@ -51,6 +51,7 @@ 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);