diff options
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index b433181a60..1a7e1fc96e 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -3,6 +3,7 @@ * [Install Build Tools](getting_started_build_tools.md) * Alternative: [Vagrant Guide](getting_started_vagrant_guide.md) * [Build/Compile instructions](getting_started_make_guide.md) + * [Flashing instructions](flashing.md) * [Contributing to QMK](contributing.md) * [How to Use Github](getting_started_github.md) @@ -21,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) @@ -31,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) @@ -51,20 +54,20 @@ * [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) * [Unit Testing](unit_testing.md) * For Makers and Modders - * [Hand Wiring Guide](hand_wiring.md) + * [Hand Wiring Guide](hand_wire.md) * [ISP flashing guide](isp_flashing_guide.md) * [Modding your keyboard](modding_your_keyboard.md) |