]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/_summary.md
update the summary
[qmk_firmware.git] / docs / _summary.md
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)
9
10 * [Features](features/README.md)
11   * [Layer switching](key_functions.md)
12   * [Leader Key](leader_key.md)
13   * [Macros](macros.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
19 * Reference
20   * [Glossary](glossary.md)
21   * [Keymap overview](keymap.md)
22   * [Keycodes](keycodes.md)
23     * [Basic Keycodes](basic_keycodes.md)
24     * [Quantum Keycodes](quantum_keycodes.md)
25   * [The Config File](config_options.md)
26   * [Customizing Functionality](custom_quantum_functions.md)
27   * [Documentation Best Practices](documentation_best_practices.md)
28   
29 * For makers and modders
30   * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md)
31   * [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md)
32   * [Modding your keyboard](modding_your_keyboard.md)
33   * [Adding features to QMK](adding_features_to_qmk.md)
34   * [ISP flashing guide](isp_flashing_guide.md)
35
36 * For Deeper Understanding
37   * [How Keyboards Work](basic_how_keyboards_work.md)
38   * [Understanding QMK](understanding_qmk.md)
39   
40 * Other topics
41   * [General FAQ](faq.md)
42   * [Using Eclipse with QMK](eclipse.md)