aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_leader_key.md
Commit message (Collapse)AuthorAgeFilesLines
* Delete trailing period in documentation (#9416)jems-lee2020-06-151-1/+1
|
* [Docs] Update layer documentation (#8371)Drashna Jaelre2020-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * [Docs] Update layer documentation * Add layer_state_cmp functions * Fix cut/copy/paste issue * Add id tags * Apply noroads corrections * Move Layers section to separate document * Fix ID tag for layers * Use better name for summary/side bar * Fix feature page linkage As well as a small spell error close by * Remove paper analogy for now
* Add explicit id tags to externally linked headersskullY2020-03-051-1/+1
|
* Send string keycode tweaks (#7471)fauxpark2019-11-251-4/+4
|
* Fix up process_leader to be a bit more optimized (#4662)Drashna Jaelre2018-12-201-0/+6
| | | | | | | | | | | | | | | | * Fix up process_leader to be a bit more optimized * Process dual function keys better * Make leader start a callable function * Fix per key timer call location * Add escape if already leading * Return false for KC_LEAD * Add documentation
* Docs: Add additional clarification to Leader Key documention (#4660)Drashna Jaelre2018-12-201-7/+75
| | | | | | | | | | | | | | | | | | | | | | | | * Add clarification for Leader Timeout * Add additional documentatin to config_options.md * Add leader_start() and leader_end() documentation * Add Examples * Clarify timout * Remove customization * Improve docs based on feedback * Better clarification of features * Fix example * Spelling/grammar issue * Spelling and clarification
* Per Key Leader Timing Option (#4026)Alexander Kagno2018-12-151-0/+23
| | | | | | | | * leader changes to enable per key timing option * Changes requested to docs for @drashna * Changes requested by @drashna
* Fix LEADER_KEY docs.dsissitka2018-09-171-1/+1
| | | | | LEADER_KEY needs to be set in config.h, not keymap.c. Credit goes to @randywallace for figuring this one out: https://github.com/qmk/qmk_firmware/issues/2514#issuecomment-384847485
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-0/+8
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* Refresh & improve leader documentation page (#2990)Leo Wzukw2018-05-261-7/+11
| | | | | | | | | | * Refresh & improve leader documentation page - register_code/unregister_code are not the recommanded way to do macro. - Provide some details I wish I had found when first used the leader functionality. * Add old way to use macro.
* Convert all headings to Title Casefauxpark2017-12-091-2/+2
|
* Doc updates from going through every fileskullY2017-08-161-0/+37