diff options
author | skullY <skullydazed@gmail.com> | 2020-02-25 13:58:22 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 9035c3497e31edba174c3d9be1e3540de702d2b9 (patch) | |
tree | 2fb6b31245b2439542f2a233f1f0ed47ee19870e /docs/_summary.md | |
parent | 5d35098bfc0d8e4c21a8f844fcc7a82866f0ab9e (diff) | |
download | qmk_firmware-9035c3497e31edba174c3d9be1e3540de702d2b9.tar.gz qmk_firmware-9035c3497e31edba174c3d9be1e3540de702d2b9.zip |
break feature_advanced_keycodes.md up into multiple files
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 1d877c211f..3515e0d677 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -53,14 +53,16 @@ * Simple Keycodes * [Full List](keycodes.md) * [Basic Keycodes](keycodes_basic.md) - * [Advanced Keycodes](feature_advanced_keycodes.md) + * [Layer Switching](feature_advanced_keycodes.md) * [Quantum Keycodes](quantum_keycodes.md) * Advanced Keycodes * [Command](feature_command.md) + * [Custom Keycodes](custom_keycode_names.md) * [Dynamic Macros](feature_dynamic_macros.md) * [Grave Escape](feature_grave_esc.md) * [Leader Key](feature_leader_key.md) + * [Mod-Tap](mod_tap.md) * [Macros](feature_macros.md) * [Mouse Keys](feature_mouse_keys.md) * [Space Cadet Shift](feature_space_cadet.md) @@ -71,10 +73,11 @@ * [Combos](feature_combo.md) * [Debounce API](feature_debounce_type.md) * [Key Lock](feature_key_lock.md) - * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) + * [One Shot Keys](one_shot_keys.md) * [Pointing Device](feature_pointing_device.md) * [Swap Hands](feature_swap_hands.md) * [Tap Dance](feature_tap_dance.md) + * [Tap-Hold Configuration](tap_hold.md) * [Terminal](feature_terminal.md) * [Unicode](feature_unicode.md) * [Userspace](feature_userspace.md) |