diff options
Diffstat (limited to 'docs/hardware.md')
| -rw-r--r-- | docs/hardware.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/hardware.md b/docs/hardware.md new file mode 100644 index 0000000000..cce89c1151 --- /dev/null +++ b/docs/hardware.md | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # Hardware | ||
| 2 | |||
| 3 | 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. | ||
| 4 | |||
| 5 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) | ||
| 6 | * [AVR Processors](hardware_avr.md) | ||
| 7 | * ARM Processors (TBD) | ||
| 8 | * [Drivers](hardware_drivers.md) | ||
