aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.h
Commit message (Expand)AuthorAgeFilesLines
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-291-1/+1
* Fix compile issues related to NO_ACTION_MACRO/FUNCTION and LTO_ENABLE (#8663)Konstantin Đorđević2020-04-091-0/+10
* Add Post Processing to process_record (#4892)Drashna Jaelre2020-03-231-0/+2
* Fix bug in `do_code16()` (#6935)fauxpark2019-10-161-0/+2
* clang-format changesskullY2019-08-301-19/+18
* Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura2019-01-251-0/+1
* Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević2018-12-281-0/+1
* Fix up tap_code functionality (#4609)Drashna Jaelre2018-12-141-1/+1
* Add tap_code function (#3784)Drashna Jaelre2018-10-011-0/+1
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-1/+1
* Fix swap-hands tapping.Joe Wasson2018-03-161-0/+4
* Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson2018-03-161-1/+1
* Add one-hand support.Joe Wasson2016-08-201-0/+18
* splits process_action up to handle records separately (#329)Jack Humbert2016-05-151-3/+4
* Leader key implementation (#326)Erez Zukerman2016-05-151-1/+1
* Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...Wojciech Siewierski2016-04-031-0/+3
|\
| * Rename function to be keyboard-specificDamien Pollet2016-03-281-2/+2
| * Add per-event user hook function to QMKDamien Pollet2016-03-281-0/+3
* | Update action.hEric-L-T2016-04-011-1/+0
* | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-271-1/+1
* | Expose the pressed_actions_cache global variableWojciech Siewierski2016-03-151-0/+1
* | Always provide an implementation of process_action_nocacheWojciech Siewierski2016-03-151-1/+1
* | process_action may be called either with key cache or without itWojciech Siewierski2016-03-131-0/+4
|/
* Revert "Make action_for_key a weak symbol"tmk2015-05-211-1/+0
* Make action_for_key a weak symbolDan McGregor2015-05-191-0/+1
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+82