X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeatures.md;h=2ef4361563c2be662ed5270a87366d75f994cc2d;hb=966e2660cf8e2532b74aee64fda28203fcc5daf5;hp=0de6622938d50cd75f8299aed22b687d1ccabbdc;hpb=000e74985340b00ac7c6deef845ddbbc3407433d;p=qmk_firmware.git diff --git a/docs/features.md b/docs/features.md index 0de662293..2ef436156 100644 --- a/docs/features.md +++ b/docs/features.md @@ -7,7 +7,7 @@ Steve Losh [described](http://stevelosh.com/blog/2012/10/a-modern-space-cadet/) ## The Leader key: A new kind of modifier -Most modifiers have to be held or toggled. But what if you had a key that indicated the start of a sequence? You could press that key and then rapidly press 1-3 more keys to trigger a macro, or enter a special layer, or anything else you might want to do. To learn more about it check out the [Leader Key](leader_key.md) page. +Most modifiers have to be held or toggled. But what if you had a key that indicated the start of a sequence? You could press that key and then rapidly press 1-3 more keys to trigger a macro, or enter a special layer, or anything else you might want to do. To learn more about it check out the [Leader Key](feature_leader_key.md) page. ## Tap Dance: A single key can do 3, 5, or 100 different things @@ -102,4 +102,4 @@ case MACRO_RAISED: update_tri_layer(LAYER_LOWER, LAYER_RAISED, LAYER_ADJUST); } break; -``` +``` \ No newline at end of file