diff options
author | IslandMan93 <islandman93@gmail.com> | 2018-02-04 16:50:49 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-10 17:28:49 -0500 |
commit | cd0c089b49c1b6e5b0fb13491935f278e9c1986f (patch) | |
tree | 955898ccc5773ca648ca9fa0d10c32515deb5ede /keyboards/diverge3/readme.md | |
parent | 5bdc5c119060b5ca3a19b8d8cf5a376776996456 (diff) | |
download | qmk_firmware-cd0c089b49c1b6e5b0fb13491935f278e9c1986f.tar.gz qmk_firmware-cd0c089b49c1b6e5b0fb13491935f278e9c1986f.zip |
Diverge 3 initial commit
woo it works
use lets split code
Final working. Uses serial
Update license
Diffstat (limited to 'keyboards/diverge3/readme.md')
-rw-r--r-- | keyboards/diverge3/readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/diverge3/readme.md b/keyboards/diverge3/readme.md new file mode 100644 index 0000000000..f8ad69a2ee --- /dev/null +++ b/keyboards/diverge3/readme.md @@ -0,0 +1,16 @@ +# diverge3 + +A split 5x7 keyboard with 3 thumb keys. Made by [Unikeyboard](https://unikeyboard.io). + +Keyboard Maintainer: [IslandMan93](https://github.com/islandman93) +Hardware Supported: Pro Micro +Hardware Availability: [Diverge 3](https://unikeyboard.io/product/diverge/) + +Make example for this keyboard (after setting up your build environment): + + make diverge3:default + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. + +# Reflashing Animus +Reflashing the stock firmware is pretty easy. Just follow the same steps in the [original guide](https://imgur.com/a/8UapN). You will have to manually reset the Pro Micro (by shorting the GND and RST) during the upload step. Then reapply your keymap through Arbites.
\ No newline at end of file |