Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-27 | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | ||
2016-03-15 | Expose the pressed_actions_cache global variable | ||
2016-03-15 | Always provide an implementation of process_action_nocache | ||
2016-03-13 | process_action may be called either with key cache or without it | ||
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. | |||
2016-03-08 | Document the issue of stuck modifiers | ||
2016-03-05 | Fix the layer-dependent modifiers handling | ||
Closes #181. | |||
2015-10-28 | Fixes rolling combos for mod-tap keys | ||
2015-04-23 | Remove unneeded tap delays #201 | ||
2015-04-10 | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | ||