diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-09-01 14:45:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 14:45:25 -0700 |
commit | f145696dad27893b11213b314797711541431a9f (patch) | |
tree | 7f32919892af943655d9eb8573d39f36c093adac /keyboards/exclusive/e85/soldered/readme.md | |
parent | 7fe01239ddfa87a0fe7ba26e659972f1040bffc6 (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/soldered/readme.md')
-rw-r--r-- | keyboards/exclusive/e85/soldered/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/exclusive/e85/soldered/readme.md b/keyboards/exclusive/e85/soldered/readme.md new file mode 100644 index 0000000000..292efe0ff3 --- /dev/null +++ b/keyboards/exclusive/e85/soldered/readme.md @@ -0,0 +1,15 @@ +# Exclusive E8.5 Soldered + +Soldered PCB for Exclusive E8.5. + +* Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin), [rebeccaby](https://github.com/rebeccaby) +* Hardware Supported: E8.5 Soldered, 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/soldered: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). |