]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/_summary.md
Updates Documentation from #1444
[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   * [Unicode](unicode.md)
19
20 * Reference
21   * [Glossary](glossary.md)
22   * [Keymap overview](keymap.md)
23   * [Keycodes](keycodes.md)
24     * [Basic Keycodes](basic_keycodes.md)
25     * [Quantum Keycodes](quantum_keycodes.md)
26   * [The `config.h` File](config_options.md)
27   * [Customizing Functionality](custom_quantum_functions.md)
28   * [Documentation Best Practices](documentation_best_practices.md)
29   * [Unit Testing](unit_testing.md)
30   
31 * For Makers and Modders
32   * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md)
33   * [Adding features to QMK](adding_features_to_qmk.md)
34   * [Hand Wiring Guide](hand_wiring.md)
35   * [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)
42   
43 * Other Topics
44   * [General FAQ](faq.md)
45   * [Using Eclipse with QMK](eclipse.md)