diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2022-02-06 18:36:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 17:36:44 +0000 |
commit | 14f886d03bead5022d1a3ebcc72c75ae1f2b622e (patch) | |
tree | bfa4ccdd7f5dc7dfbf15054ae35e15fe78e5baa8 /docs/hardware_avr.md | |
parent | 8da9588bfb6b3ce89c4624ad61d2de7b73274c22 (diff) | |
download | qmk_firmware-14f886d03bead5022d1a3ebcc72c75ae1f2b622e.tar.gz qmk_firmware-14f886d03bead5022d1a3ebcc72c75ae1f2b622e.zip |
[Docs] Address some typos (also in moonlander matrix.c) (#16248)
* [Docs] Fix repeated words
* [Keyboard] Fix moonlander output
The left/right orientation differs from Ergodox EZ.
Diffstat (limited to 'docs/hardware_avr.md')
-rw-r--r-- | docs/hardware_avr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_avr.md b/docs/hardware_avr.md index 3d58cdc05..69aca2cf3 100644 --- a/docs/hardware_avr.md +++ b/docs/hardware_avr.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Keyboards with AVR Processors | 1 | # Keyboards with AVR Processors |
2 | 2 | ||
3 | 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. | 3 | 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. |
4 | 4 | ||
5 | 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. | 5 | 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. |
6 | 6 | ||