Added bootloader options
[jackhill/qmk/firmware.git] / docs / _summary.md
CommitLineData
7b0356d1 1* [Getting Started](README.md)
e6c638be 2 * [QMK Introduction](getting_started_introduction.md)
3 * [Install Build Tools](getting_started_build_tools.md)
7aaef162 4 * Alternative: [Vagrant Guide](getting_started_vagrant.md)
7b0356d1 5 * [Build/Compile Instructions](getting_started_make_guide.md)
08e48eb6 6 * [Flashing Firmware](flashing.md)
db5afb05 7 * [Contributing to QMK](contributing.md)
e6c638be 8 * [How to Use Github](getting_started_github.md)
08e48eb6 9 * [Getting Help](getting_started_getting_help.md)
10
11* [Complete Newbs Guide](newbs.md)
12 * [Getting Started](newbs_getting_started.md)
13 * [Building Your First Firmware](newbs_building_firmware.md)
14 * [Flashing Firmware](newbs_flashing.md)
15 * [Testing and Debugging](newbs_testing_debugging.md)
e6c638be 16
17* [FAQ](faq.md)
18 * [General FAQ](faq_general.md)
19 * [Build/Compile QMK](faq_build.md)
20 * [Debugging/Troubleshooting QMK](faq_debug.md)
21 * [Keymap](faq_keymap.md)
995c3141 22
67cc5ceb 23* [Hardware](hardware.md)
24 * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
25 * [AVR Processors](hardware_avr.md)
26 * ARM Processors (TBD)
27 * [Drivers](hardware_drivers.md)
28
14c5160b 29* [Features](features.md)
67cc5ceb 30 * [Advanced Keycodes](feature_advanced_keycodes.md)
31 * [Audio](feature_audio.md)
bf1fedc0 32 * [Auto Shift](feature_auto_shift.md)
9b879b12 33 * [Backlight](feature_backlight.md)
34 * [Bootmagic](feature_bootmagic.md)
e87c39d3 35 * [Command](feature_command.md)
67cc5ceb 36 * [Dynamic Macros](feature_dynamic_macros.md)
8b186233 37 * [Grave Escape](feature_grave_esc.md)
67cc5ceb 38 * [Key Lock](feature_key_lock.md)
39 * [Layouts](feature_layouts.md)
9d1a08e3 40 * [Leader Key](feature_leader_key.md)
67cc5ceb 41 * [Macros](feature_macros.md)
7b0356d1 42 * [Mouse Keys](feature_mouse_keys.md)
cfd118d1 43 * [Pointing Device](feature_pointing_device.md)
7b0356d1 44 * [PS/2 Mouse](feature_ps2_mouse.md)
bf1fedc0 45 * [RGB Lighting](feature_rgblight.md)
67cc5ceb 46 * [Space Cadet](feature_space_cadet.md)
47 * [Stenography](feature_stenography.md)
7b80aea8 48 * [Swap Hands](feature_swap_hands.md)
67cc5ceb 49 * [Tap Dance](feature_tap_dance.md)
7ad924ba 50 * [Terminal](feature_terminal.md)
67cc5ceb 51 * [Thermal Printer](feature_thermal_printer.md)
52 * [Unicode](feature_unicode.md)
53 * [Userspace](feature_userspace.md)
995c3141 54
66f13e49 55* [Keycodes](keycodes.md)
56 * [Backlight](feature_backlight.md#backlight-keycodes)
57 * [Basic](keycodes_basic.md)
58 * [Bluetooth](feature_bluetooth.md#bluetooth-keycodes)
59 * [Bootmagic](feature_bootmagic.md#bootmagic-keycodes)
60 * [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers)
61 * [Mod+Key](feature_advanced_keycodes.md#modifier-keys)
62 * [Mod Tap](feature_advanced_keycodes.md#mod-tap)
63 * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys)
64 * [Quantum](quantum_keycodes.md)
65 * [RGB Light](feature_rgblight.md#rgblight-keycodes)
66 * [Shifted Keys](feature_advanced_keycodes.md#shifted-keycodes)
67 * [Stenography](feature_stenography.md#keycode-reference)
68 * [Thermal Printer](feature_thermal_printer.md#thermal-printer-keycodes)
69 * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
70
d59734d3 71* Reference
67cc5ceb 72 * [Config Options](config_options.md)
73 * [Customizing Functionality](custom_quantum_functions.md)
74 * [Documentation Best Practices](documentation_best_practices.md)
75 * [Documentation Templates](documentation_templates.md)
56639979 76 * [Glossary](reference_glossary.md)
7b0356d1 77 * [Keymap Overview](keymap.md)
9cadba7b 78 * [Unit Testing](unit_testing.md)
26fb063b 79
9cadba7b 80* For Makers and Modders
38261920 81 * [Hand Wiring Guide](hand_wire.md)
7b0356d1 82 * [ISP Flashing Guide](isp_flashing_guide.md)
c12f1910 83
9cadba7b 84* For a Deeper Understanding
9d1a08e3 85 * [How Keyboards Work](how_keyboards_work.md)
c12f1910 86 * [Understanding QMK](understanding_qmk.md)
26fb063b 87
9cadba7b 88* Other Topics
d59734d3 89 * [Using Eclipse with QMK](eclipse.md)