summaryrefslogtreecommitdiff
path: root/docs/hardware_avr.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-06 17:37:11 +0000
committerQMK Bot <hello@qmk.fm>2022-02-06 17:37:11 +0000
commit65a4ad11771d7cb6e2a7abf6f253bb25e6dac38a (patch)
tree075d1b748f665f42801c3187d3e26da716640015 /docs/hardware_avr.md
parentb7f415d0472fcb767c92673a2f628bfaf7f77e54 (diff)
parent14f886d03bead5022d1a3ebcc72c75ae1f2b622e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/hardware_avr.md')
-rw-r--r--docs/hardware_avr.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_avr.md b/docs/hardware_avr.md
index 3d58cdc055..69aca2cf34 100644
--- a/docs/hardware_avr.md
+++ b/docs/hardware_avr.md
@@ -1,6 +1,6 @@
# 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 MCUs 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.
+This page describes the support for AVR processors in QMK. AVR processors include the atmega32u4, atmega32u2, at90usb1286, and other processors from Atmel Corporation. AVR processors are 8-bit MCUs 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.
If you have not yet you should read the [Keyboard Guidelines](hardware_keyboard_guidelines.md) to get a sense of how keyboards fit into QMK.