aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_macros.md
Commit message (Collapse)AuthorAgeFilesLines
* Replace instances of KEYMAP with LAYOUTnoroadsleft2019-02-211-3/+3
| | | | | | 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.
* Fix up tap_code functionality (#4609)Drashna Jaelre2018-12-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-111-70/+88
|
* Add tap_code function (#3784)Drashna Jaelre2018-10-011-0/+4
| | | | | | | | | | * Add tap_code * formatting * Doc clarification * Rename variable to make more consistent
* Fix up info boxes.skullY2018-05-071-6/+2
|
* Add SS_RALT for AltGR usage in macrosDrashna Jael're2018-03-091-0/+1
|
* Update feature_macros.md (#2387)Mitchell van Manen2018-03-011-3/+3
| | | break statements are never reached due to the return statement, so unnecessary
* Trim trailing whitespacefauxpark2017-12-091-2/+2
|
* Fix some of the more obvious typosfauxpark2017-12-091-2/+2
|
* Convert all headings to Title Casefauxpark2017-12-091-10/+8
|
* added SS_LSFT to featured macrosGilbert Consellado2017-11-201-0/+1
|
* add example keymapBalz Guenat2017-11-161-4/+15
|
* extend macro docs a bitBalz Guenat2017-11-161-10/+44
|
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-241-0/+220
* fix #1313 by documenting more config.h options * Clean up and organize documentation