diff options
| author | skullydazed <skullydazed@users.noreply.github.com> | 2017-10-24 20:34:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-24 20:34:28 -0700 |
| commit | 67cc5cebc0430d15169e2c649ea25112a31bfa31 (patch) | |
| tree | f90f432a40b1d03ec7b9e68666c2444f2b2d0e79 /docs/hardware.md | |
| parent | 8892c50336fe49fbd3524ed44f2139074dca5ba6 (diff) | |
| download | qmk_firmware-67cc5cebc0430d15169e2c649ea25112a31bfa31.tar.gz qmk_firmware-67cc5cebc0430d15169e2c649ea25112a31bfa31.zip | |
Restructure the hardware and feature docs to make things easier to find (#1888)
* fix #1313 by documenting more config.h options
* Clean up and organize documentation
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 000000000..cce89c115 --- /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) | ||
