aboutsummaryrefslogtreecommitdiff
path: root/docs/_summary.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-07-07 15:57:18 -0400
committerGitHub <noreply@github.com>2017-07-07 15:57:18 -0400
commit0787d70e55a668244445d9328f3cda2303cc6877 (patch)
treed2134fc159433f3cf4967d831a6b30de5630f744 /docs/_summary.md
parent9de443cbf10ac41bc15762c9c83f138f51dd3b9a (diff)
parentecd3dbf085826459af9728b6529a504ba7d3de14 (diff)
downloadqmk_firmware-0787d70e55a668244445d9328f3cda2303cc6877.tar.gz
qmk_firmware-0787d70e55a668244445d9328f3cda2303cc6877.zip
Updates Documentation from #1444
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md69
1 files changed, 41 insertions, 28 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index c5e29cb52..8a649a337 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -1,32 +1,45 @@
1* [Getting started](README.md)
2 * [QMK Overview](qmk_overview.md)
3 * [Build Environment Setup](build_environment_setup.md)
4 * [Vagrant Guide](vagrant_guide.md)
5 * [Make instructions](make_instructions.md)
6 * [FAQ: Creating a Keymap](faq_keymap.md)
7 * [FAQ: Compiling QMK](faq_build.md)
8 * [How to Github](how_to_github.md)
1 9
2### Getting started 10* [Features](features/README.md)
3* [Introduction](home.md) 11 * [Layer switching](key_functions.md)
4* [QMK Overview](qmk_overview.md) 12 * [Leader Key](leader_key.md)
5* [Build Environment Setup](build_environment_setup.md) 13 * [Macros](macros.md)
6* [Make instructions](make_instructions.md) 14 * [Dynamic Macros](dynamic_macros.md)
15 * [Space Cadet](space_cadet_shift.md)
16 * [Tap Dance](tap_dance.md)
17 * [Mouse keys](mouse_keys.md)
18 * [Unicode](unicode.md)
7 19
8### Making a keymap 20* Reference
9* [Keymap overview](keymap.md) 21 * [Glossary](glossary.md)
10* [Custom Quantum Functions](custom_quantum_functions.md) 22 * [Keymap overview](keymap.md)
11* [Keycodes](keycodes.md) 23 * [Keycodes](keycodes.md)
12* [Layer switching](key_functions.md) 24 * [Basic Keycodes](basic_keycodes.md)
13* [Leader Key](leader_key.md) 25 * [Quantum Keycodes](quantum_keycodes.md)
14* [Macros](macros.md) 26 * [The `config.h` File](config_options.md)
15* [Dynamic Macros](dynamic_macros.md) 27 * [Customizing Functionality](custom_quantum_functions.md)
16* [Space Cadet](space_cadet_shift.md) 28 * [Documentation Best Practices](documentation_best_practices.md)
17* [Tap Dance](tap_dance.md) 29 * [Unit Testing](unit_testing.md)
18* [Mouse keys](mouse_keys.md)
19* [FAQ: Creating a Keymap](faq_keymap.md)
20* [FAQ: Compiling QMK](faq_build.md)
21 30
22### For hardware makers and modders 31* For Makers and Modders
23* [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md) 32 * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md)
24* [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md) 33 * [Adding features to QMK](adding_features_to_qmk.md)
25* [Modding your keyboard](modding_your_keyboard.md) 34 * [Hand Wiring Guide](hand_wiring.md)
26* [Adding features to QMK](adding_features_to_qmk.md) 35 * [ISP flashing guide](isp_flashing_guide.md)
27* [ISP flashing guide](isp_flashing_guide.md) 36 * [Modding your keyboard](modding_your_keyboard.md)
37 * [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md)
38
39* For a Deeper Understanding
40 * [How Keyboards Work](basic_how_keyboards_work.md)
41 * [Understanding QMK](understanding_qmk.md)
28 42
29### Other topics 43* Other Topics
30* [General FAQ](faq.md) 44 * [General FAQ](faq.md)
31* [Differences from TMK](differences_from_tmk.md) 45 * [Using Eclipse with QMK](eclipse.md)
32* [Using Eclipse with QMK](eclipse.md)