aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_summary.md31
1 files changed, 16 insertions, 15 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 1a7e1fc96..f288c7788 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -42,6 +42,22 @@
42 * [Unicode](feature_unicode.md) 42 * [Unicode](feature_unicode.md)
43 * [Userspace](feature_userspace.md) 43 * [Userspace](feature_userspace.md)
44 44
45* [Keycodes](keycodes.md)
46 * [Backlight](feature_backlight.md#backlight-keycodes)
47 * [Basic](keycodes_basic.md)
48 * [Bluetooth](feature_bluetooth.md#bluetooth-keycodes)
49 * [Bootmagic](feature_bootmagic.md#bootmagic-keycodes)
50 * [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers)
51 * [Mod+Key](feature_advanced_keycodes.md#modifier-keys)
52 * [Mod Tap](feature_advanced_keycodes.md#mod-tap)
53 * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys)
54 * [Quantum](quantum_keycodes.md)
55 * [RGB Light](feature_rgblight.md#rgblight-keycodes)
56 * [Shifted Keys](feature_advanced_keycodes.md#shifted-keycodes)
57 * [Stenography](feature_stenography.md#keycode-reference)
58 * [Thermal Printer](feature_thermal_printer.md#thermal-printer-keycodes)
59 * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
60
45* Reference 61* Reference
46 * [Config Options](config_options.md) 62 * [Config Options](config_options.md)
47 * [Customizing Functionality](custom_quantum_functions.md) 63 * [Customizing Functionality](custom_quantum_functions.md)
@@ -49,21 +65,6 @@
49 * [Documentation Templates](documentation_templates.md) 65 * [Documentation Templates](documentation_templates.md)
50 * [Glossary](glossary.md) 66 * [Glossary](glossary.md)
51 * [Keymap overview](keymap.md) 67 * [Keymap overview](keymap.md)
52 * [Keycodes](keycodes.md)
53 * [Backlight](feature_backlight.md#backlight-keycodes)
54 * [Basic](keycodes_basic.md)
55 * [Bluetooth](feature_bluetooth.md#bluetooth-keycodes)
56 * [Bootmagic](feature_bootmagic.md#bootmagic-keycodes)
57 * [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers)
58 * [Mod+Key](feature_advanced_keycodes.md#modifier-keys)
59 * [Mod Tap](feature_advanced_keycodes.md#mod-tap)
60 * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys)
61 * [Quantum](quantum_keycodes.md)
62 * [RGB Light](feature_rgblight.md#rgblight-keycodes)
63 * [Shifted Keys](feature_advanced_keycodes.md#shifted-keycodes)
64 * [Stenography](feature_stenography.md#keycode-reference)
65 * [Thermal Printer](feature_thermal_printer.md#thermal-printer-keycodes)
66 * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
67 * [Unit Testing](unit_testing.md) 68 * [Unit Testing](unit_testing.md)
68 69
69* For Makers and Modders 70* For Makers and Modders