RGB Inidcator example for new van pcbs (#6544)
[jackhill/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 * [Driver Installation with Zadig](driver_installation_zadig.md)
22
23 * Detailed Guides
24 * [Install Build Tools](getting_started_build_tools.md)
25 * [Vagrant Guide](getting_started_vagrant.md)
26 * [Build/Compile Instructions](getting_started_make_guide.md)
27 * [Flashing Firmware](flashing.md)
28 * [Customizing Functionality](custom_quantum_functions.md)
29 * [Keymap Overview](keymap.md)
30
31 * [Hardware](hardware.md)
32 * [AVR Processors](hardware_avr.md)
33 * [Drivers](hardware_drivers.md)
34
35 * Reference
36 * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
37 * [Config Options](config_options.md)
38 * [Keycodes](keycodes.md)
39 * [Coding Conventions - C](coding_conventions_c.md)
40 * [Coding Conventions - Python](coding_conventions_python.md)
41 * [Documentation Best Practices](documentation_best_practices.md)
42 * [Documentation Templates](documentation_templates.md)
43 * [Glossary](reference_glossary.md)
44 * [Unit Testing](unit_testing.md)
45 * [Useful Functions](ref_functions.md)
46 * [Configurator Support](reference_configurator_support.md)
47 * [info.json Format](reference_info_json.md)
48 * [Python Development](python_development.md)
49
50 * [Features](features.md)
51 * [Basic Keycodes](keycodes_basic.md)
52 * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
53 * [Quantum Keycodes](quantum_keycodes.md)
54 * [Advanced Keycodes](feature_advanced_keycodes.md)
55 * [Audio](feature_audio.md)
56 * [Auto Shift](feature_auto_shift.md)
57 * [Backlight](feature_backlight.md)
58 * [Bluetooth](feature_bluetooth.md)
59 * [Bootmagic](feature_bootmagic.md)
60 * [Combos](feature_combo.md)
61 * [Command](feature_command.md)
62 * [Debounce API](feature_debounce_type.md)
63 * [Dynamic Macros](feature_dynamic_macros.md)
64 * [Encoders](feature_encoders.md)
65 * [Grave Escape](feature_grave_esc.md)
66 * [Haptic Feedback](feature_haptic_feedback.md)
67 * [HD44780 LCD Controller](feature_hd44780.md)
68 * [Key Lock](feature_key_lock.md)
69 * [Layouts](feature_layouts.md)
70 * [Leader Key](feature_leader_key.md)
71 * [LED Matrix](feature_led_matrix.md)
72 * [Macros](feature_macros.md)
73 * [Mouse Keys](feature_mouse_keys.md)
74 * [OLED Driver](feature_oled_driver.md)
75 * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys)
76 * [Pointing Device](feature_pointing_device.md)
77 * [PS/2 Mouse](feature_ps2_mouse.md)
78 * [RGB Lighting](feature_rgblight.md)
79 * [RGB Matrix](feature_rgb_matrix.md)
80 * [Space Cadet](feature_space_cadet.md)
81 * [Split Keyboard](feature_split_keyboard.md)
82 * [Stenography](feature_stenography.md)
83 * [Swap Hands](feature_swap_hands.md)
84 * [Tap Dance](feature_tap_dance.md)
85 * [Terminal](feature_terminal.md)
86 * [Thermal Printer](feature_thermal_printer.md)
87 * [Unicode](feature_unicode.md)
88 * [Userspace](feature_userspace.md)
89 * [Velocikey](feature_velocikey.md)
90
91 * For Makers and Modders
92 * [Hand Wiring Guide](hand_wire.md)
93 * [ISP Flashing Guide](isp_flashing_guide.md)
94 * [ARM Debugging Guide](arm_debugging.md)
95 * [I2C Driver](i2c_driver.md)
96 * [GPIO Controls](internals_gpio_control.md)
97 * [Proton C Conversion](proton_c_conversion.md)
98
99 * For a Deeper Understanding
100 * [How Keyboards Work](how_keyboards_work.md)
101 * [Understanding QMK](understanding_qmk.md)
102
103 * Other Topics
104 * [Using Eclipse with QMK](other_eclipse.md)
105 * [Using VSCode with QMK](other_vscode.md)
106 * [Support](support.md)
107
108 * QMK Internals (In Progress)
109 * [Defines](internals_defines.md)
110 * [Input Callback Reg](internals_input_callback_reg.md)
111 * [Midi Device](internals_midi_device.md)
112 * [Midi Device Setup Process](internals_midi_device_setup_process.md)
113 * [Midi Util](internals_midi_util.md)
114 * [Send Functions](internals_send_functions.md)
115 * [Sysex Tools](internals_sysex_tools.md)