Age | Commit message (Collapse) | Author |
|
Many instances in the QMK Docs referenced KEYMAP macros, which is outdated terminology.
Replaced most instances of KEYMAP with LAYOUT, to reflect the desired usage.
|
|
* 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>
|
|
|
|
* Add tap_code
* formatting
* Doc clarification
* Rename variable to make more consistent
|
|
|
|
|
|
break statements are never reached due to the return statement, so unnecessary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix #1313 by documenting more config.h options
* Clean up and organize documentation
|