Wojciech Siewierski
567f256c5d
Refactor the source layer cache encoding
2016-04-05 11:08:04 +02:00
Wojciech Siewierski
47dd29513e
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into modifier-release-fix
2016-04-03 11:23:00 +02:00
Wojciech Siewierski
8ef14d09b8
Update PREVENT_STUCK_MODIFIERS documentation in README
2016-04-02 19:45:02 +02:00
Wojciech Siewierski
4dce7258d1
Cleanup after merge
...
- remove a superfluous parenthesis
- wrap lines longer than 80 characters
- add const specifiers where appropriate
- remove unnecessary casts
2016-04-02 19:29:01 +02:00
Wojciech Siewierski
97cc44e063
Merge branch 'modifier-release-fix' of https://github.com/eltang/qmk_firmware into modifier-release-fix
2016-04-02 19:25:10 +02:00
Wojciech Siewierski
1a09e96b95
Update the memory consumption total value in README
2016-03-28 10:05:42 +02:00
Wojciech Siewierski
36103edb7d
Update the memory consumption of PREVENT_STUCK_MODIFIERS in README
2016-03-28 00:25:43 +02:00
Wojciech Siewierski
b4f442dfea
Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half
2016-03-27 23:51:46 +02:00
Wojciech Siewierski
a5cdc3aab1
Expose the pressed_actions_cache global variable
2016-03-15 16:51:50 +01:00
Wojciech Siewierski
73cb87740b
Always provide an implementation of process_action_nocache
2016-03-15 16:03:30 +01:00
Wojciech Siewierski
20dd9c0326
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-13 00:18:20 +01:00
Wojciech Siewierski
8d55a12a95
Document the issue of stuck modifiers
2016-03-08 08:48:43 +01:00
Wojciech Siewierski
c2480884aa
Fix the layer-dependent modifiers handling
...
Closes #181 .
2016-03-05 14:42:17 +01:00
Wojciech Siewierski
65b41e2e59
Use boolean AND instead of bitwise (possible typo)
...
Fortunately seems harmless.
2016-02-07 11:48:28 +01:00