aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hardware.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-02-20 11:06:27 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-05 16:00:10 -0800
commitd1c18086d23c1f510ee434e1aa12b203f36e4794 (patch)
tree7d3560252ab9ed7ae8ed002b0b7a388813213493 /docs/hardware.md
parent4ef10a424ae1174bc108de9014dfd1f0ff6751e0 (diff)
downloadfirmware-d1c18086d23c1f510ee434e1aa12b203f36e4794.tar.gz
firmware-d1c18086d23c1f510ee434e1aa12b203f36e4794.tar.bz2
firmware-d1c18086d23c1f510ee434e1aa12b203f36e4794.zip
wip
Diffstat (limited to 'docs/hardware.md')
-rw-r--r--docs/hardware.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/hardware.md b/docs/hardware.md
deleted file mode 100644
index c3cc0e591..000000000
--- a/docs/hardware.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Hardware
-
-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.
-
-* [Keyboard Guidelines](hardware_keyboard_guidelines.md)
-* [AVR Processors](hardware_avr.md)
-* ARM Processors (TBD)
-* [Drivers](hardware_drivers.md)