summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup after mergeWojciech Siewierski2016-04-021-7/+13
| | | | | | | - remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts
* Update action.celtang2016-04-021-1/+1
|
* Update action.celtang2016-04-021-1/+1
|
* Update action.celtang2016-04-021-1/+1
|
* Update action.celtang2016-04-021-1/+1
|
* Update action.celtang2016-04-021-1/+1
|
* Update action.celtang2016-04-021-1/+2
|
* Update action.cEric-L-T2016-04-011-1/+1
|
* Update action.cEric-L-T2016-04-011-8/+8
|
* Update action.cEric-L-T2016-04-011-6/+6
|
* Update action.cEric-L-T2016-04-011-1/+1
|
* Update action.cEric-L-T2016-04-011-4/+15
|
* Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-271-3/+3
|
* Expose the pressed_actions_cache global variableWojciech Siewierski2016-03-151-4/+3
|
* Always provide an implementation of process_action_nocacheWojciech Siewierski2016-03-151-0/+5
|
* process_action may be called either with key cache or without itWojciech Siewierski2016-03-131-0/+15
| | | | | | | If one wants to temporarily disable the key cache (for example because it interferes with a macro), `disable_action_cache` must be set to `true`. `process_action_nocache` is a simple wrapper doing just that for a single call.
* Document the issue of stuck modifiersWojciech Siewierski2016-03-081-1/+1
|
* Fix the layer-dependent modifiers handlingWojciech Siewierski2016-03-051-1/+21
| | | | Closes #181.
* Fixes rolling combos for mod-tap keysErez Zukerman2015-10-281-3/+6
|
* Remove unneeded tap delays #201Jun Wako2015-04-231-1/+6
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+565