aboutsummaryrefslogtreecommitdiff
path: root/docs/_summary.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_summary.md')
-rw-r--r--docs/_summary.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index dc6e88f95..f6b03867f 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -3,7 +3,10 @@
3 * [Building Your First Firmware](newbs_building_firmware.md) 3 * [Building Your First Firmware](newbs_building_firmware.md)
4 * [Flashing Firmware](newbs_flashing.md) 4 * [Flashing Firmware](newbs_flashing.md)
5 * [Testing and Debugging](newbs_testing_debugging.md) 5 * [Testing and Debugging](newbs_testing_debugging.md)
6 * [Git Best Practices](newbs_best_practices.md) 6 * [Best Git Practices](newbs_git_best_practices.md)
7 * [Using Your Fork's Master](newbs_git_using_your_master_branch.md)
8 * [Resolving Merge Conflicts](newbs_git_resolving_merge_conflicts.md)
9 * [Resynchronizing a Branch](newbs_git_resynchronize_a_branch.md)
7 * [Learning Resources](newbs_learn_more_resources.md) 10 * [Learning Resources](newbs_learn_more_resources.md)
8 11
9* [QMK Basics](README.md) 12* [QMK Basics](README.md)
@@ -33,6 +36,7 @@
33 * [Keymap Overview](keymap.md) 36 * [Keymap Overview](keymap.md)
34 37
35* [Hardware](hardware.md) 38* [Hardware](hardware.md)
39 * [Compatible Microcontrollers](compatible_microcontrollers.md)
36 * [AVR Processors](hardware_avr.md) 40 * [AVR Processors](hardware_avr.md)
37 * [Drivers](hardware_drivers.md) 41 * [Drivers](hardware_drivers.md)
38 42
@@ -97,6 +101,7 @@
97 * [Hand Wiring Guide](hand_wire.md) 101 * [Hand Wiring Guide](hand_wire.md)
98 * [ISP Flashing Guide](isp_flashing_guide.md) 102 * [ISP Flashing Guide](isp_flashing_guide.md)
99 * [ARM Debugging Guide](arm_debugging.md) 103 * [ARM Debugging Guide](arm_debugging.md)
104 * [ADC Driver](adc_driver.md)
100 * [I2C Driver](i2c_driver.md) 105 * [I2C Driver](i2c_driver.md)
101 * [WS2812 Driver](ws2812_driver.md) 106 * [WS2812 Driver](ws2812_driver.md)
102 * [GPIO Controls](internals_gpio_control.md) 107 * [GPIO Controls](internals_gpio_control.md)
@@ -110,7 +115,7 @@
110 * [Using Eclipse with QMK](other_eclipse.md) 115 * [Using Eclipse with QMK](other_eclipse.md)
111 * [Using VSCode with QMK](other_vscode.md) 116 * [Using VSCode with QMK](other_vscode.md)
112 * [Support](support.md) 117 * [Support](support.md)
113 * [How to add translations](translating.md) 118 * [Translating the QMK Docs](translating.md)
114 119
115* QMK Internals (In Progress) 120* QMK Internals (In Progress)
116 * [Defines](internals_defines.md) 121 * [Defines](internals_defines.md)