You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
454 B

  1. # Hardware
  2. 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.
  3. * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
  4. * [AVR Processors](hardware_avr.md)
  5. * ARM Processors (TBD)
  6. * [Drivers](hardware_drivers.md)