]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix up tap_code functionality (#4609)
authorDrashna Jaelre <drashna@live.com>
Fri, 14 Dec 2018 17:01:58 +0000 (09:01 -0800)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Fri, 14 Dec 2018 17:01:58 +0000 (09:01 -0800)
commit02d44beb4410b806cb8c38e272941d212fee8a74
treeb82be304dcea0c838b45abe2e9909a9f30a49dc9
parent80dfd34fe454f8dde67145fef51eb82ef7ea2e45
Fix up tap_code functionality (#4609)

* Add delay in Tap Code to avoid issues

I think a few people have reporting issues with it working properly, and it may be a timing issue.  The 'register_code' uses this sort of delay in some of the functions, and
this is probably why.

Adding the 100ms delay should hopefully fix any issues with it.

* Make tap_code delay configurable

* Update documentation

* Bring tap_code16 inline with changes

* Fix type for tap_code16

Bad copy-paste job

* Just use the value check for the define

* Clarify timing in docs

Co-Authored-By: drashna <drashna@live.com>
* Wordsmithing

Co-Authored-By: drashna <drashna@live.com>
docs/config_options.md
docs/feature_macros.md
quantum/quantum.c
quantum/quantum.h
tmk_core/common/action.c
tmk_core/common/action.h