aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-29 10:35:09 -0400
committerJack Humbert <jack.humb@gmail.com>2017-06-29 10:35:09 -0400
commitd59734d3b7f29b95645e96e8560b210f0991d744 (patch)
treebb123124a88b36ec34ba8aa43810f56b4a53fff3
parent910d32c07e5d130bbe59abe11be5459b2381f011 (diff)
downloadqmk_firmware-d59734d3b7f29b95645e96e8560b210f0991d744.tar.gz
qmk_firmware-d59734d3b7f29b95645e96e8560b210f0991d744.zip
restructure summary
-rw-r--r--docs/_summary.md63
1 files changed, 32 insertions, 31 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index 268ab9954..f2acad3a7 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -1,35 +1,36 @@
1* Getting started
2 * [Introduction](home.md)
3 * [QMK Overview](qmk_overview.md)
4 * [Build Environment Setup](build_environment_setup.md)
5 * [Make instructions](make_instructions.md)
6 * [FAQ: Creating a Keymap](faq_keymap.md)
7 * [FAQ: Compiling QMK](faq_build.md)
1 8
2### Getting started 9* Features
3* [Introduction](home.md) 10 * [Layer switching](key_functions.md)
4* [QMK Overview](qmk_overview.md) 11 * [Leader Key](leader_key.md)
5* [Build Environment Setup](build_environment_setup.md) 12 * [Macros](macros.md)
6* [Make instructions](make_instructions.md) 13 * [Dynamic Macros](dynamic_macros.md)
14 * [Space Cadet](space_cadet_shift.md)
15 * [Tap Dance](tap_dance.md)
16 * [Mouse keys](mouse_keys.md)
7 17
8### Making a keymap 18* Reference
9* [Keymap overview](keymap.md) 19 * [Keymap overview](keymap.md)
10* [Custom Quantum Functions](custom_quantum_functions.md) 20 * [Keycodes](keycodes.md)
11* [Keycodes](keycodes.md) 21 * [Basic Keycodes](basic_keycodes.md)
12 * [Basic Keycodes](basic_keycodes.md) 22 * [Quantum Keycodes](quantum_keycodes.md)
13 * [Quantum Keycodes](quantum_keycodes.md) 23 * [The Config File](config_options.md)
14* [Layer switching](key_functions.md) 24 * [Custom Quantum Functions](custom_quantum_functions.md)
15* [Leader Key](leader_key.md)
16* [Macros](macros.md)
17* [Dynamic Macros](dynamic_macros.md)
18* [Space Cadet](space_cadet_shift.md)
19* [Tap Dance](tap_dance.md)
20* [Mouse keys](mouse_keys.md)
21* [FAQ: Creating a Keymap](faq_keymap.md)
22* [FAQ: Compiling QMK](faq_build.md)
23* [The Config File](config_options.md)
24 25
25### For hardware makers and modders 26* For makers and modders
26* [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md) 27 * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md)
27* [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md) 28 * [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md)
28* [Modding your keyboard](modding_your_keyboard.md) 29 * [Modding your keyboard](modding_your_keyboard.md)
29* [Adding features to QMK](adding_features_to_qmk.md) 30 * [Adding features to QMK](adding_features_to_qmk.md)
30* [ISP flashing guide](isp_flashing_guide.md) 31 * [ISP flashing guide](isp_flashing_guide.md)
31 32
32### Other topics 33* Other topics
33* [General FAQ](faq.md) 34 * [General FAQ](faq.md)
34* [Differences from TMK](differences_from_tmk.md) 35 * [Differences from TMK](differences_from_tmk.md)
35* [Using Eclipse with QMK](eclipse.md) 36 * [Using Eclipse with QMK](eclipse.md)