]> git.donarmstrong.com Git - qmk_firmware.git/blob - docs/hardware.md
[Keyboard] leds in default keymap (#6357)
[qmk_firmware.git] / docs / hardware.md
1 # Hardware
2
3 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.
4
5 * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
6 * [AVR Processors](hardware_avr.md)
7 * ARM Processors (TBD)
8 * [Drivers](hardware_drivers.md)