aboutsummaryrefslogtreecommitdiff
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-08-06 09:36:15 -0700
committerJack Humbert <jack.humb@gmail.com>2017-08-16 15:47:20 -0400
commit207bcd788a618ef231cb3882528ec884821a8766 (patch)
treed1e9a6ed659ff20d3517b9d9df3d3e9bb74e6abf /docs/_summary.md
parente6c638bed1fa0a48bb6f8697b2a61717c4fd0992 (diff)
downloadqmk_firmware-207bcd788a618ef231cb3882528ec884821a8766.tar.gz
qmk_firmware-207bcd788a618ef231cb3882528ec884821a8766.zip
rework key_functions into feature_common_shortcuts
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 72deb9ba5..4c4711064 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -12,7 +12,12 @@
12 * [Keymap](faq_keymap.md) 12 * [Keymap](faq_keymap.md)
13 13
14* [Features](features.md) 14* [Features](features.md)
15 * [Layer switching](key_functions.md) 15 * [Common Shortcuts](feature_common_shortcuts.md)
16 * [Layer Switching](feature_common_shortcuts.md#switching-and-toggling-layers)
17 * [Modifier Keys](feature_common_shortcuts.md#modifier-keys)
18 * [Shifted Keycodes](feature_common_shortcuts.md#shifted-keycodes)
19 * [One Shot Keys](feature_common_shortcuts.md#one-shot-keys)
20 * [Mod Tap](feature_common_shortcuts.md#mod-tap)
16 * [Leader Key](leader_key.md) 21 * [Leader Key](leader_key.md)
17 * [Macros](macros.md) 22 * [Macros](macros.md)
18 * [Dynamic Macros](dynamic_macros.md) 23 * [Dynamic Macros](dynamic_macros.md)