qmk_firmware/docs/04_Hardware/index.md

9 lines
484 B
Markdown
Raw Normal View History

# Hardware
2017-12-09 05:49:07 +00:00
QMK runs on a variety of hardware. If your processor can be targeted by [LUFA](http://www.fourwalledcubicle.com/LUFA.php) or [ChibiOS](http://www.chibios.com) you can probably get QMK running on it. This section explores getting QMK running on, and communicating with, hardware of all kinds.
2018-05-06 19:27:47 +00:00
* [Keyboard Guidelines](07_Reference/01_Keyboard_Guidelines.md)
* [AVR Processors](04_Hardware/02_AVR_Processors.md)
* ARM Processors (TBD)
2018-05-06 19:27:47 +00:00
* [Drivers](04_Hardware/04_Drivers.md)