]> git.donarmstrong.com Git - qmk_firmware.git/commit
moved oneshot cancellation code outside of process_record.
authorSjB <steve@sagacity.ca>
Sun, 29 Jan 2017 17:56:20 +0000 (12:56 -0500)
committerSjB <steve@sagacity.ca>
Sun, 29 Jan 2017 18:01:47 +0000 (13:01 -0500)
commit45e0d09414c09c626d2349b6a5036a29fe03b1c6
treef458c4ea9f8a6a23626fb9f66bd8ffdc07f174df
parent6f44ca7a59d60e20c1d35e8edc916571f5fe40ef
moved oneshot cancellation code outside of process_record.

The oneshot cancellation code do not depend on the
action_tapping_process and since process_record get called via the
action_tapping_process logic moved the oneshot cancellation code into
the action_exec function just before the action_tapping_process call
tmk_core/common/action.c