diff options
author | Jeremy Cowgar <jeremy@cowgar.com> | 2017-10-27 11:05:51 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-29 20:04:10 -0400 |
commit | bf1fedc05e1e273db9576bdd7b8314d2d69b5c07 (patch) | |
tree | f508028fcb61195730670b48de081ac13249cc28 /docs/_summary.md | |
parent | 5960d0349c184ceec790a8c31a1f3b1edb5d8d72 (diff) | |
download | qmk_firmware-bf1fedc05e1e273db9576bdd7b8314d2d69b5c07.tar.gz qmk_firmware-bf1fedc05e1e273db9576bdd7b8314d2d69b5c07.zip |
Fixed various feature links
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index fbfb0a5497..9eb16b424b 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -22,6 +22,7 @@ * [Features](features.md) * [Advanced Keycodes](feature_advanced_keycodes.md) * [Audio](feature_audio.md) + * [Auto Shift](feature_auto_shift.md) * [Backlight](feature_backlight.md) * [Bootmagic](feature_bootmagic.md) * [Dynamic Macros](feature_dynamic_macros.md) @@ -32,6 +33,7 @@ * [Mouse keys](feature_mouse_keys.md) * [Pointing Device](feature_pointing_device.md) * [PS2 Mouse](feature_ps2_mouse.md) + * [RGB Lighting](feature_rgblight.md) * [Space Cadet](feature_space_cadet.md) * [Stenography](feature_stenography.md) * [Tap Dance](feature_tap_dance.md) @@ -52,13 +54,13 @@ * [Basic](keycodes_basic.md) * [Bluetooth](feature_bluetooth.md#bluetooth-keycodes) * [Bootmagic](feature_bootmagic.md#bootmagic-keycodes) - * [Layer Switching](feature_common_shortcuts.md#switching-and-toggling-layers) - * [Mod+Key](feature_common_shortcuts.md#modifier-keys) - * [Mod Tap](feature_common_shortcuts.md#mod-tap) - * [One Shot Keys](feature_common_shortcuts.md#one-shot-keys) + * [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers) + * [Mod+Key](feature_advanced_keycodes.md#modifier-keys) + * [Mod Tap](feature_advanced_keycodes.md#mod-tap) + * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys) * [Quantum](quantum_keycodes.md) * [RGB Light](feature_rgblight.md#rgblight-keycodes) - * [Shifted Keys](feature_common_shortcuts.md#shifted-keycodes) + * [Shifted Keys](feature_advanced_keycodes.md#shifted-keycodes) * [Stenography](feature_stenography.md#keycode-reference) * [Thermal Printer](feature_thermal_printer.md#thermal-printer-keycodes) * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md) |