This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
skullydazed 67cc5cebc0 Restructure the hardware and feature docs to make things easier to find ()
* fix  by documenting more config.h options

* Clean up and organize documentation
2017-10-24 20:34:28 -07:00

9 lines
455 B
Markdown

# Hardware
QMK runs on a variety of hardware. If your processor can be targetted 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.
* [Keyboard Guidelines](hardware_keyboard_guidelines.md)
* [AVR Processors](hardware_avr.md)
* ARM Processors (TBD)
* [Drivers](hardware_drivers.md)