aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_macros.md
AgeCommit message (Collapse)Author
2019-02-21Replace instances of KEYMAP with LAYOUTGravatar noroadsleft
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.
2018-12-14Fix up tap_code functionality (#4609)Gravatar Drashna Jaelre
* 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>
2018-12-11Fix macro docs to be consistent with keyboard template (#4600)Gravatar Drashna Jaelre
2018-10-01Add tap_code function (#3784)Gravatar Drashna Jaelre
* Add tap_code * formatting * Doc clarification * Rename variable to make more consistent
2018-05-07Fix up info boxes.Gravatar skullY
2018-03-09Add SS_RALT for AltGR usage in macrosGravatar Drashna Jael're
2018-03-01Update feature_macros.md (#2387)Gravatar Mitchell van Manen
break statements are never reached due to the return statement, so unnecessary
2017-12-09Trim trailing whitespaceGravatar fauxpark
2017-12-09Fix some of the more obvious typosGravatar fauxpark
2017-12-09Convert all headings to Title CaseGravatar fauxpark
2017-11-20added SS_LSFT to featured macrosGravatar Gilbert Consellado
2017-11-16add example keymapGravatar Balz Guenat
2017-11-16extend macro docs a bitGravatar Balz Guenat
2017-10-24Restructure the hardware and feature docs to make things easier to find (#1888)Gravatar skullydazed
* fix #1313 by documenting more config.h options * Clean up and organize documentation