summaryrefslogtreecommitdiff
path: root/keyboards/exclusive/e85/hotswap/readme.md
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2020-09-01 14:45:25 -0700
committerGitHub <noreply@github.com>2020-09-01 14:45:25 -0700
commitf145696dad27893b11213b314797711541431a9f (patch)
tree7f32919892af943655d9eb8573d39f36c093adac /keyboards/exclusive/e85/hotswap/readme.md
parent7fe01239ddfa87a0fe7ba26e659972f1040bffc6 (diff)
E85 Hotswap/Soldered Fixes (#10173)
* split up the e85 into hotswap and soldered variants * remove layout_all LAYOUT macro for hotswap pcb * add copyright header to to all config files * remove list of alternate bootloaders * spruce up config file * comply with PR check list * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/hotswap/info.json * Update keyboards/exclusive/e85/rules.mk * Update keyboards/exclusive/e85/config.h * Update keyboards/exclusive/e85/hotswap/config.h * Update keyboards/exclusive/e85/soldered/config.h * remove LAYOUT_all in hotswap and also remove superfluous comments * remove the soldered tsangan map
Diffstat (limited to 'keyboards/exclusive/e85/hotswap/readme.md')
-rw-r--r--keyboards/exclusive/e85/hotswap/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/exclusive/e85/hotswap/readme.md b/keyboards/exclusive/e85/hotswap/readme.md
new file mode 100644
index 0000000000..87792b607d
--- /dev/null
+++ b/keyboards/exclusive/e85/hotswap/readme.md
@@ -0,0 +1,17 @@
+# Exclusive E8.5 Hotswap
+
+Hotswap PCB for Exclusive E8.5.
+
+Switch Matrix is identical between the standard and tsangan variants. Please select the correct layout.
+
+* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
+* Hardware Supported: E8.5 Hotswap, atmega32u4
+* Hardware Availability: [Geekhack GB](https://geekhack.org/index.php?topic=103520)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make exclusive/e85/hotswap:default
+
+**Reset Key**: The board can be reset by shorting the two holes underneath the PCB, or pressing the reset button on the reverse side.
+
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).