diff options
author | Drashna Jaelre <drashna@live.com> | 2020-03-21 10:17:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-21 10:17:02 -0700 |
commit | 5df24246518a12e770cd1020f145963069dc2108 (patch) | |
tree | dfdd3f27cea3ec7d96b73515a0f433f3466129a1 /docs/_summary.md | |
parent | f9c53ca71a7cefbbd9cfcb68861bb5308cc88e4a (diff) | |
download | qmk_firmware-5df24246518a12e770cd1020f145963069dc2108.tar.gz |
[Docs] Update layer documentation (#8371)
* [Docs] Update layer documentation
* Add layer_state_cmp functions
* Fix cut/copy/paste issue
* Add id tags
* Apply noroads corrections
* Move Layers section to separate document
* Fix ID tag for layers
* Use better name for summary/side bar
* Fix feature page linkage
As well as a small spell error close by
* Remove paper analogy for now
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index e7e9fa132..d6186bbf9 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -52,7 +52,7 @@ * Simple Keycodes * [Full List](keycodes.md) * [Basic Keycodes](keycodes_basic.md) - * [Layer Switching](feature_advanced_keycodes.md) + * [Modifier Keys](feature_advanced_keycodes.md) * [Quantum Keycodes](quantum_keycodes.md) * Advanced Keycodes @@ -71,6 +71,7 @@ * [Combos](feature_combo.md) * [Debounce API](feature_debounce_type.md) * [Key Lock](feature_key_lock.md) + * [Layers](feature_layers.md) * [One Shot Keys](one_shot_keys.md) * [Pointing Device](feature_pointing_device.md) * [Swap Hands](feature_swap_hands.md) |