aboutsummaryrefslogtreecommitdiffstats
path: root/docs/es/hardware.md
diff options
context:
space:
mode:
authormichizhou <33012425+michizhou@users.noreply.github.com>2019-10-31 15:39:50 -0400
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-10-31 12:39:50 -0700
commitf4c8057a1c5296c108afcbc57df842f36b7daad4 (patch)
tree95470a51be368ae37d57bb7b2fc3955ce2fcfb86 /docs/es/hardware.md
parentbc7f1dd296d2bb4e0716b68883ee8f17c8a5f458 (diff)
downloadfirmware-f4c8057a1c5296c108afcbc57df842f36b7daad4.tar.gz
firmware-f4c8057a1c5296c108afcbc57df842f36b7daad4.tar.bz2
firmware-f4c8057a1c5296c108afcbc57df842f36b7daad4.zip
[Docs] Add Spanish translation for hardware documentation (#7161)
* Add Spanish translation for hardware documentation * Finished Spanish translations for hardware docs * Resolved errors in Spanish page translations * Corrected misspelled folder name in documentation Co-Authored-By: Karey Higuera <karey.higuera@gmail.com> Co-Authored-By: José Ignacio Amelivia Santiago <ohcan2@gmail.com>
Diffstat (limited to 'docs/es/hardware.md')
-rw-r--r--docs/es/hardware.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/es/hardware.md b/docs/es/hardware.md
new file mode 100644
index 000000000..8d7579c9e
--- /dev/null
+++ b/docs/es/hardware.md
@@ -0,0 +1,8 @@
+# Hardware
+
+QMK es compatible con una variedad de hardware. Si tu procesador puede ser dirigido por [LUFA](http://www.fourwalledcubicle.com/LUFA.php) o [ChibiOS](http://www.chibios.com), probablemente puedes hacer que QMK se ejecute en él. Esta sección explora cómo hacer que QMK se ejecute y se comunique con hardware de todo tipo.
+
+* [Pautas de teclados](hardware_keyboard_guidelines.md)
+* [Procesadores AVR](hardware_avr.md)
+* Procesadores ARM (TBD)
+* [Drivers](hardware_drivers.md)