summaryrefslogtreecommitdiff
path: root/docs/feature_leader_key.md
Commit message (Collapse)AuthorAge
* Fix LEADER_KEY docs.dsissitka2018-09-17
| | | | | 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-17
| | | | | | | | | | * 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-26
| | | | | | | | | | * 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-09
|
* Doc updates from going through every fileskullY2017-08-16