]> git.donarmstrong.com Git - qmk_firmware.git/commit
add an `anyway` and a `reset` callback
authorPavlos Vinieratos <pvinis@gmail.com>
Wed, 13 Jul 2016 14:47:45 +0000 (16:47 +0200)
committerPavlos Vinieratos <pvinis@gmail.com>
Fri, 15 Jul 2016 22:04:12 +0000 (00:04 +0200)
commitf3b56701ed7e6c622dc48e429780124ba5fde172
treefa9ae933e8a5b67e17d7f41cf7bbc32c4e5f079e
parent1a7e954f9fc4d250ba1ae46e3bfc168aca2b5cce
add an `anyway` and a `reset` callback

when using tap dance, we have the `regular` callback that is called on
the last tap. this commit adds an `anyway` callback that is called on
every tap, and a `reset` callback that is called on reset of the tap
dance taps.
quantum/process_keycode/process_tap_dance.c
quantum/process_keycode/process_tap_dance.h