]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/_summary.md
Creates a layouts/ folder for keymaps shared between keyboards (#1609)
[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   * [Layouts](feature_layouts.md)
16   * [Common Shortcuts](feature_common_shortcuts.md)
17   * [Backlight](feature_backlight.md)
18   * [Bootmagic](feature_bootmagic.md)
19   * [Dynamic Macros](dynamic_macros.md)
20   * [Key Lock](key_lock.md)
21   * [Leader Key](feature_leader_key.md)
22   * [Macros](macros.md)
23   * [Mouse keys](mouse_keys.md)
24   * [PS2 Mouse](feature_ps2_mouse.md)
25   * [Space Cadet](space_cadet_shift.md)
26   * [Tap Dance](tap_dance.md)
27   * [Audio](feature_audio.md)
28   * [Thermal Printer](feature_thermal_printer.md)
29   * [Stenography](stenography.md)
30   * [Unicode](unicode.md)
31
32 * Reference
33   * [Glossary](glossary.md)
34   * [Keymap overview](keymap.md)
35   * [Keycodes](keycodes.md)
36     * [Basic](keycodes_basic.md)
37     * [Quantum](quantum_keycodes.md)
38     * [Backlight](feature_backlight.md#backlight-keycodes)
39     * [Bluetooth](feature_bluetooth.md#bluetooth-keycodes)
40     * [Bootmagic](feature_bootmagic.md#bootmagic-keycodes)
41     * [Layer Switching](feature_common_shortcuts.md#switching-and-toggling-layers)
42     * [Mod+Key](feature_common_shortcuts.md#modifier-keys)
43     * [Mod Tap](feature_common_shortcuts.md#mod-tap)
44     * [One Shot Keys](feature_common_shortcuts.md#one-shot-keys)
45     * [Shifted Keys](feature_common_shortcuts.md#shifted-keycodes)
46     * [Stenography](stenography.md#keycode-reference)
47     * [RGB Light](feature_rgblight.md#rgblight-keycodes)
48     * [Thermal Printer](feature_thermal_printer.md#thermal-printer-keycodes)
49     * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
50   * [The `config.h` File](config_options.md)
51   * [Customizing Functionality](custom_quantum_functions.md)
52   * [Documentation Best Practices](documentation_best_practices.md)
53   * [Unit Testing](unit_testing.md)
54
55 * For Makers and Modders
56   * [Adding a keyboard to QMK](adding_a_keyboard_to_qmk.md)
57   * [Adding features to QMK](adding_features_to_qmk.md)
58   * [Hand Wiring Guide](hand_wiring.md)
59   * [ISP flashing guide](isp_flashing_guide.md)
60   * [Modding your keyboard](modding_your_keyboard.md)
61   * [Porting your keyboard to QMK](porting_your_keyboard_to_qmk.md)
62
63 * For a Deeper Understanding
64   * [How Keyboards Work](how_keyboards_work.md)
65   * [Understanding QMK](understanding_qmk.md)
66
67 * Other Topics
68   * [Using Eclipse with QMK](eclipse.md)