summaryrefslogtreecommitdiff
path: root/tmk_core/common/action.h
Commit message (Expand)AuthorAge
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-18
* Process combos earlier & overlapping combos (#8591)Pete Sevander2021-08-06
* run: qmk cformat --core-onlyJames Young2021-05-29
* Make Swap Hands use PROGMEM (#12284)Drashna Jaelre2021-05-09
* Add `tap_code_delay(code, delay)` (#11913)Ryan2021-02-17
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-26
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-29
* Fix compile issues related to NO_ACTION_MACRO/FUNCTION and LTO_ENABLE (#8663)Konstantin Đorđević2020-04-09
* Add Post Processing to process_record (#4892)Drashna Jaelre2020-03-23
* Fix bug in `do_code16()` (#6935)fauxpark2019-10-16
* clang-format changesskullY2019-08-30
* Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura2019-01-25
* Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević2018-12-28
* Fix up tap_code functionality (#4609)Drashna Jaelre2018-12-14
* Add tap_code function (#3784)Drashna Jaelre2018-10-01
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-17
* Fix swap-hands tapping.Joe Wasson2018-03-16
* Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson2018-03-16
* Add one-hand support.Joe Wasson2016-08-20
* splits process_action up to handle records separately (#329)Jack Humbert2016-05-15
* Leader key implementation (#326)Erez Zukerman2016-05-15
* Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...Wojciech Siewierski2016-04-03
|\
| * Rename function to be keyboard-specificDamien Pollet2016-03-28
| * Add per-event user hook function to QMKDamien Pollet2016-03-28
* | Update action.hEric-L-T2016-04-01
* | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-27
* | Expose the pressed_actions_cache global variableWojciech Siewierski2016-03-15
* | Always provide an implementation of process_action_nocacheWojciech Siewierski2016-03-15
* | process_action may be called either with key cache or without itWojciech Siewierski2016-03-13
|/
* Revert "Make action_for_key a weak symbol"tmk2015-05-21
* Make action_for_key a weak symbolDan McGregor2015-05-19
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-10