]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/_summary.md
rework key_functions into feature_common_shortcuts
[qmk_firmware.git] / docs / _summary.md
1 * [Getting started](README.md)
2   * [QMK Introduction](getting_started_introduction.md)
3   * [Install Build Tools](getting_started_build_tools.md)
4     * Alternative: [Vagrant Guide](getting_started_vagrant_guide.md)
5   * [Build/Compile instructions](getting_started_make_guide.md)
6   * [How to Use Github](getting_started_github.md)
7
8 * [FAQ](faq.md)
9   * [General FAQ](faq_general.md)
10   * [Build/Compile QMK](faq_build.md)
11   * [Debugging/Troubleshooting QMK](faq_debug.md)
12   * [Keymap](faq_keymap.md)
13
14 * [Features](features.md)
15   * [Common Shortcuts](feature_common_shortcuts.md)
16     * [Layer Switching](feature_common_shortcuts.md#switching-and-toggling-layers)
17     * [Modifier Keys](feature_common_shortcuts.md#modifier-keys)
18     * [Shifted Keycodes](feature_common_shortcuts.md#shifted-keycodes)
19     * [One Shot Keys](feature_common_shortcuts.md#one-shot-keys)
20     * [Mod Tap](feature_common_shortcuts.md#mod-tap)
21   * [Leader Key](leader_key.md)
22   * [Macros](macros.md)
23   * [Dynamic Macros](dynamic_macros.md)
24   * [Space Cadet](space_cadet_shift.md)
25   * [Tap Dance](tap_dance.md)
26   * [Mouse keys](mouse_keys.md)
27   * [Unicode](unicode.md)
28   * [Stenography](stenography.md)
29   * [Key Lock](key_lock.md)
30
31 * Reference
32   * [Glossary](glossary.md)
33   * [Keymap overview](keymap.md)
34   * [Keycodes](keycodes.md)
35     * [Basic Keycodes](basic_keycodes.md)
36     * [Quantum Keycodes](quantum_keycodes.md)
37   * [The `config.h` File](config_options.md)
38   * [Customizing Functionality](custom_quantum_functions.md)
39   * [Documentation Best Practices](documentation_best_practices.md)
40   * [Unit Testing](unit_testing.md)
41
42 * For Makers and Modders
43   * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md)
44   * [Adding features to QMK](adding_features_to_qmk.md)
45   * [Hand Wiring Guide](hand_wiring.md)
46   * [ISP flashing guide](isp_flashing_guide.md)
47   * [Modding your keyboard](modding_your_keyboard.md)
48   * [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md)
49
50 * For a Deeper Understanding
51   * [How Keyboards Work](basic_how_keyboards_work.md)
52   * [Understanding QMK](understanding_qmk.md)
53
54 * Other Topics
55   * [Using Eclipse with QMK](eclipse.md)