diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2015-05-19 11:29:28 -0700 |
---|---|---|
committer | Dan McGregor <dan.mcgregor@usask.ca> | 2015-05-19 11:29:28 -0700 |
commit | c17b8a599e3ec3b0a327bcd66082541f2517ab30 (patch) | |
tree | be5c1ab9fee70948bdd4d5ef1f933f0d08a53247 /tmk_core/common/action.h | |
parent | 81137b7a61ef11df023e1f542840a80bfc1ca090 (diff) | |
download | qmk_firmware-c17b8a599e3ec3b0a327bcd66082541f2517ab30.tar.gz qmk_firmware-c17b8a599e3ec3b0a327bcd66082541f2517ab30.zip |
Make action_for_key a weak symbol
Diffstat (limited to 'tmk_core/common/action.h')
-rw-r--r-- | tmk_core/common/action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index 8a4736d7b..e76161c17 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h | |||
@@ -51,6 +51,7 @@ void action_exec(keyevent_t event); | |||
51 | 51 | ||
52 | /* action for key */ | 52 | /* action for key */ |
53 | action_t action_for_key(uint8_t layer, keypos_t key); | 53 | action_t action_for_key(uint8_t layer, keypos_t key); |
54 | action_t action_for_key_default(uint8_t layer, keypos_t key); | ||
54 | 55 | ||
55 | /* macro */ | 56 | /* macro */ |
56 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt); | 57 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt); |