summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević1-0/+1
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre1-1/+1
2018-10-02Add tap_code function (#3784)Drashna Jaelre1-0/+1
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-1/+1
2018-03-16Fix swap-hands tapping.Joe Wasson1-0/+4
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson1-1/+1
2016-08-21Add one-hand support.Joe Wasson1-0/+18
2016-05-15splits process_action up to handle records separately (#329)Jack Humbert1-3/+4
2016-05-15Leader key implementation (#326)Erez Zukerman1-1/+1
2016-04-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...Wojciech Siewierski1-0/+3
2016-04-01Update action.hEric-L-T1-1/+0
2016-03-28Rename function to be keyboard-specificDamien Pollet1-2/+2
2016-03-28Add per-event user hook function to QMKDamien Pollet1-0/+3
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski1-1/+1
2016-03-15Expose the pressed_actions_cache global variableWojciech Siewierski1-0/+1
2016-03-15Always provide an implementation of process_action_nocacheWojciech Siewierski1-1/+1
2016-03-13process_action may be called either with key cache or without itWojciech Siewierski1-0/+4
2015-05-21Revert "Make action_for_key a weak symbol"tmk1-1/+0
2015-05-19Make action_for_key a weak symbolDan McGregor1-0/+1
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+82