diff options
author | tmk <hasu@tmk-kbd.com> | 2015-05-21 20:30:10 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-05-21 20:30:10 +0900 |
commit | 5b46031658a69104526ef43284acd943ba21b772 (patch) | |
tree | 3826189b067ab42791118155ec484c128a7a0be0 /tmk_core/common/action.h | |
parent | 32abfacbc730be45ae5696688d9d8db3fb25dc01 (diff) | |
download | qmk_firmware-5b46031658a69104526ef43284acd943ba21b772.tar.gz qmk_firmware-5b46031658a69104526ef43284acd943ba21b772.zip |
Revert "Make action_for_key a weak symbol"
This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30.
The commit made compile error and its intention is unclear.
Diffstat (limited to 'tmk_core/common/action.h')
-rw-r--r-- | tmk_core/common/action.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index e76161c17..8a4736d7b 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h | |||
@@ -51,7 +51,6 @@ 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); | ||
55 | 54 | ||
56 | /* macro */ | 55 | /* macro */ |
57 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt); | 56 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt); |