aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.h
AgeCommit message (Expand)Author
2016-05-15splits process_action up to handle records separately (#329)Gravatar Jack Humbert
2016-05-15Leader key implementation (#326)Gravatar Erez Zukerman
2016-04-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...Gravatar Wojciech Siewierski
2016-04-01Update action.hGravatar Eric-L-T
2016-03-28Rename function to be keyboard-specificGravatar Damien Pollet
2016-03-28Add per-event user hook function to QMKGravatar Damien Pollet
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfGravatar Wojciech Siewierski
2016-03-15Expose the pressed_actions_cache global variableGravatar Wojciech Siewierski
2016-03-15Always provide an implementation of process_action_nocacheGravatar Wojciech Siewierski
2016-03-13process_action may be called either with key cache or without itGravatar Wojciech Siewierski
2015-05-21Revert "Make action_for_key a weak symbol"Gravatar tmk
2015-05-19Make action_for_key a weak symbolGravatar Dan McGregor
2015-04-10Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'Gravatar tmk