1
0
Fork 0

Make action_for_key a weak symbol

This commit is contained in:
Dan McGregor 2015-05-19 11:29:28 -07:00
parent 81137b7a61
commit c17b8a599e
2 changed files with 6 additions and 0 deletions

View 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);