summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Add per-event user hook function to QMKDamien Pollet1-0/+5
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski1-3/+3
2016-03-15Expose the pressed_actions_cache global variableWojciech Siewierski1-4/+3
2016-03-15Always provide an implementation of process_action_nocacheWojciech Siewierski1-0/+5
2016-03-13process_action may be called either with key cache or without itWojciech Siewierski1-0/+15
2016-03-08Fix #156: clear weak mods on every key pressDidier Loiseau1-0/+5
2016-03-08Document the issue of stuck modifiersWojciech Siewierski1-1/+1
2016-03-05Fix the layer-dependent modifiers handlingWojciech Siewierski1-1/+21
2015-10-28Fixes rolling combos for mod-tap keysErez Zukerman1-3/+6
2015-04-23Remove unneeded tap delays #201Jun Wako1-1/+6
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+565