]> git.donarmstrong.com Git - qmk_firmware.git/commit
process_action may be called either with key cache or without it
authorWojciech Siewierski <wojciech.siewierski@onet.pl>
Sat, 12 Mar 2016 23:18:20 +0000 (00:18 +0100)
committerWojciech Siewierski <wojciech.siewierski@onet.pl>
Sat, 12 Mar 2016 23:18:20 +0000 (00:18 +0100)
commit20dd9c032616722a54174d53b0f8824f639b5263
tree768efa3a7ca873d25596afcf015fa6cd9ec113ed
parent8d55a12a9538742f510087f14fc59eb813b2ef42
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.
tmk_core/common/action.c
tmk_core/common/action.h