summaryrefslogtreecommitdiffstats
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-11-10 21:35:51 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-10 23:58:32 +0100
commit66f13e49726d3369dcdbd29e5998635d97ac90c7 (patch)
treeb8769534daf777bcb12485b0c230b3587fb2f2b5 /docs/_summary.md
parentbb11df6b7a4ef190be62746887f2421718ae2a6e (diff)
downloadqmk_firmware-66f13e49726d3369dcdbd29e5998635d97ac90c7.tar.gz
qmk_firmware-66f13e49726d3369dcdbd29e5998635d97ac90c7.tar.xz
Move keycodes to their own section
Diffstat (limited to 'docs/_summary.md')
-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 @@
* [Unicode](feature_unicode.md)
* [Userspace](feature_userspace.md)
+* [Keycodes](keycodes.md)
+ * [Backlight](feature_backlight.md#backlight-keycodes)
+ * [Basic](keycodes_basic.md)
+ * [Bluetooth](feature_bluetooth.md#bluetooth-keycodes)
+ * [Bootmagic](feature_bootmagic.md#bootmagic-keycodes)
+ * [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_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)
+
* Reference
* [Config Options](config_options.md)
* [Customizing Functionality](custom_quantum_functions.md)
@@ -49,21 +65,6 @@
* [Documentation Templates](documentation_templates.md)
* [Glossary](glossary.md)
* [Keymap overview](keymap.md)
- * [Keycodes](keycodes.md)
- * [Backlight](feature_backlight.md#backlight-keycodes)
- * [Basic](keycodes_basic.md)
- * [Bluetooth](feature_bluetooth.md#bluetooth-keycodes)
- * [Bootmagic](feature_bootmagic.md#bootmagic-keycodes)
- * [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_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