1
0
Fork 0

Revert "Make action_for_key a weak symbol"

This reverts commit c17b8a599e.

The commit made compile error and its intention is unclear.
This commit is contained in:
tmk 2015-05-21 20:30:10 +09:00
parent 32abfacbc7
commit 5b46031658
2 changed files with 0 additions and 6 deletions

View file

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