From 67cc5cebc0430d15169e2c649ea25112a31bfa31 Mon Sep 17 00:00:00 2001 From: skullydazed Date: Tue, 24 Oct 2017 20:34:28 -0700 Subject: 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 --- docs/hardware.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/hardware.md (limited to 'docs/hardware.md') 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 @@ +# 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) -- cgit v1.2.3-24-g4f1b