diff options
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 5af0046ab..acbfcfaed 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -133,11 +133,13 @@ | |||
133 | * [Compatible Microcontrollers](compatible_microcontrollers.md) | 133 | * [Compatible Microcontrollers](compatible_microcontrollers.md) |
134 | * [Drivers](hardware_drivers.md) | 134 | * [Drivers](hardware_drivers.md) |
135 | * [ADC Driver](adc_driver.md) | 135 | * [ADC Driver](adc_driver.md) |
136 | * [Audio Driver](audio_driver.md) | ||
136 | * [I2C Driver](i2c_driver.md) | 137 | * [I2C Driver](i2c_driver.md) |
137 | * [SPI Driver](spi_driver.md) | 138 | * [SPI Driver](spi_driver.md) |
138 | * [WS2812 Driver](ws2812_driver.md) | 139 | * [WS2812 Driver](ws2812_driver.md) |
139 | * [EEPROM Driver](eeprom_driver.md) | 140 | * [EEPROM Driver](eeprom_driver.md) |
140 | * ['serial' Driver](serial_driver.md) | 141 | * ['serial' Driver](serial_driver.md) |
142 | * [UART Driver](uart_driver.md) | ||
141 | * [GPIO Controls](internals_gpio_control.md) | 143 | * [GPIO Controls](internals_gpio_control.md) |
142 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) | 144 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) |
143 | 145 | ||
@@ -159,6 +161,7 @@ | |||
159 | * [Contributing to QMK](contributing.md) | 161 | * [Contributing to QMK](contributing.md) |
160 | * [Translating the QMK Docs](translating.md) | 162 | * [Translating the QMK Docs](translating.md) |
161 | * [Config Options](config_options.md) | 163 | * [Config Options](config_options.md) |
164 | * [Data Driven Configuration](data_driven_config.md) | ||
162 | * [Make Documentation](getting_started_make_guide.md) | 165 | * [Make Documentation](getting_started_make_guide.md) |
163 | * [Documentation Best Practices](documentation_best_practices.md) | 166 | * [Documentation Best Practices](documentation_best_practices.md) |
164 | * [Documentation Templates](documentation_templates.md) | 167 | * [Documentation Templates](documentation_templates.md) |