summaryrefslogtreecommitdiff
path: root/docs/feature_macros.md
Commit message (Collapse)AuthorAge
* Fix up tap_code functionality (#4609)Drashna Jaelre2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix macro docs to be consistent with keyboard template (#4600)Drashna Jaelre2018-12-11
|
* Add tap_code function (#3784)Drashna Jaelre2018-10-01
| | | | | | | | | | * Add tap_code * formatting * Doc clarification * Rename variable to make more consistent
* Fix up info boxes.skullY2018-05-07
|
* Add SS_RALT for AltGR usage in macrosDrashna Jael're2018-03-09
|
* Update feature_macros.md (#2387)Mitchell van Manen2018-03-01
| | | break statements are never reached due to the return statement, so unnecessary
* Trim trailing whitespacefauxpark2017-12-09
|
* Fix some of the more obvious typosfauxpark2017-12-09
|
* Convert all headings to Title Casefauxpark2017-12-09
|
* added SS_LSFT to featured macrosGilbert Consellado2017-11-20
|
* add example keymapBalz Guenat2017-11-16
|
* extend macro docs a bitBalz Guenat2017-11-16
|
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-24
* fix #1313 by documenting more config.h options * Clean up and organize documentation