Skip to content

Commit

Permalink
break feature_advanced_keycodes.md up into multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Mar 6, 2020
1 parent 5d35098 commit 9035c34
Show file tree
Hide file tree
Showing 6 changed files with 661 additions and 329 deletions.
7 changes: 5 additions & 2 deletions docs/_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
Loading

0 comments on commit 9035c34

Please sign in to comment.