Convert all headings to Title Case

This commit is contained in:
fauxpark 2017-12-09 16:36:32 +11:00 committed by Jack Humbert
parent 6eb89ae906
commit 7b0356d1d4
49 changed files with 191 additions and 198 deletions

View file

@ -1,4 +1,4 @@
# Keyboards With AVR Processors
# Keyboards with AVR Processors
This page describes the support for for AVR processors in QMK. AVR processors include the atmega32u4, atmega32u2, at90usb1286, and other processors from Atmel Corporation. AVR processors are 8-bit MCU's that are designed to be easy to work with. The most common AVR processors in keyboards have on-board USB and plenty of GPIO for supporting large keyboard matrices. They are the most popular MCU for use in keyboards today.
@ -154,4 +154,3 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
### Build Options
There are a number of features that can be turned on or off in `rules.mk`. See the [Config Options](config_options.md#feature-options) page for a detailed list and description.