]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/_summary.md
[Docs] Add dedicated page for Split Keyboard information (#5802)
[qmk_firmware.git] / docs / _summary.md
1 * [Complete Newbs Guide](newbs.md)
2   * [Getting Started](newbs_getting_started.md)
3   * [Building Your First Firmware](newbs_building_firmware.md)
4   * [Flashing Firmware](newbs_flashing.md)
5   * [Testing and Debugging](newbs_testing_debugging.md)
6   * [Git Best Practices](newbs_best_practices.md)
7   * [Learning Resources](newbs_learn_more_resources.md)
8
9 * [QMK Basics](README.md)
10   * [QMK Introduction](getting_started_introduction.md)
11   * [QMK CLI](cli.md)
12   * [Contributing to QMK](contributing.md)
13   * [How to Use Github](getting_started_github.md)
14   * [Getting Help](getting_started_getting_help.md)
15
16 * [FAQ](faq.md)
17   * [General FAQ](faq_general.md)
18   * [Build/Compile QMK](faq_build.md)
19   * [Debugging/Troubleshooting QMK](faq_debug.md)
20   * [Keymap](faq_keymap.md)
21
22 * Detailed Guides
23   * [Install Build Tools](getting_started_build_tools.md)
24   * [Vagrant Guide](getting_started_vagrant.md)
25   * [Build/Compile Instructions](getting_started_make_guide.md)
26   * [Flashing Firmware](flashing.md)
27   * [Customizing Functionality](custom_quantum_functions.md)
28   * [Keymap Overview](keymap.md)
29
30 * [Hardware](hardware.md)
31   * [AVR Processors](hardware_avr.md)
32   * [Drivers](hardware_drivers.md)
33
34 * Reference
35   * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
36   * [Config Options](config_options.md)
37   * [Keycodes](keycodes.md)
38   * [Coding Conventions - C](coding_conventions_c.md)
39   * [Coding Conventions - Python](coding_conventions_python.md)
40   * [Documentation Best Practices](documentation_best_practices.md)
41   * [Documentation Templates](documentation_templates.md)
42   * [Glossary](reference_glossary.md)
43   * [Unit Testing](unit_testing.md)
44   * [Useful Functions](ref_functions.md)
45   * [Configurator Support](reference_configurator_support.md)
46   * [info.json Format](reference_info_json.md)
47   * [Python Development](python_development.md)
48
49 * [Features](features.md)
50   * [Basic Keycodes](keycodes_basic.md)
51   * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
52   * [Quantum Keycodes](quantum_keycodes.md)
53   * [Advanced Keycodes](feature_advanced_keycodes.md)
54   * [Audio](feature_audio.md)
55   * [Auto Shift](feature_auto_shift.md)
56   * [Backlight](feature_backlight.md)
57   * [Bluetooth](feature_bluetooth.md)
58   * [Bootmagic](feature_bootmagic.md)
59   * [Combos](feature_combo.md)
60   * [Command](feature_command.md)
61   * [Debounce API](feature_debounce_type.md)
62   * [Dynamic Macros](feature_dynamic_macros.md)
63   * [Encoders](feature_encoders.md)
64   * [Grave Escape](feature_grave_esc.md)
65   * [Haptic Feedback](feature_haptic_feedback.md)
66   * [HD44780 LCD Controller](feature_hd44780.md)
67   * [Key Lock](feature_key_lock.md)
68   * [Layouts](feature_layouts.md)
69   * [Leader Key](feature_leader_key.md)
70   * [LED Matrix](feature_led_matrix.md)
71   * [Macros](feature_macros.md)
72   * [Mouse Keys](feature_mouse_keys.md)
73   * [OLED Driver](feature_oled_driver.md)
74   * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys)
75   * [Pointing Device](feature_pointing_device.md)
76   * [PS/2 Mouse](feature_ps2_mouse.md)
77   * [RGB Lighting](feature_rgblight.md)
78   * [RGB Matrix](feature_rgb_matrix.md)
79   * [Space Cadet](feature_space_cadet.md)
80   * [Split Keyboard](feature_split_keyboard.md)
81   * [Stenography](feature_stenography.md)
82   * [Swap Hands](feature_swap_hands.md)
83   * [Tap Dance](feature_tap_dance.md)
84   * [Terminal](feature_terminal.md)
85   * [Thermal Printer](feature_thermal_printer.md)
86   * [Unicode](feature_unicode.md)
87   * [Userspace](feature_userspace.md)
88   * [Velocikey](feature_velocikey.md)
89
90 * For Makers and Modders
91   * [Hand Wiring Guide](hand_wire.md)
92   * [ISP Flashing Guide](isp_flashing_guide.md)
93   * [ARM Debugging Guide](arm_debugging.md)
94   * [I2C Driver](i2c_driver.md)
95   * [GPIO Controls](internals_gpio_control.md)
96   * [Proton C Conversion](proton_c_conversion.md)
97
98 * For a Deeper Understanding
99   * [How Keyboards Work](how_keyboards_work.md)
100   * [Understanding QMK](understanding_qmk.md)
101
102 * Other Topics
103   * [Using Eclipse with QMK](other_eclipse.md)
104   * [Using VSCode with QMK](other_vscode.md)
105   * [Support](support.md)
106
107 * QMK Internals (In Progress)
108   * [Defines](internals_defines.md)
109   * [Input Callback Reg](internals_input_callback_reg.md)
110   * [Midi Device](internals_midi_device.md)
111   * [Midi Device Setup Process](internals_midi_device_setup_process.md)
112   * [Midi Util](internals_midi_util.md)
113   * [Send Functions](internals_send_functions.md)
114   * [Sysex Tools](internals_sysex_tools.md)