diff options
author | GreenShadowMaker <39226745+GreenShadowMaker@users.noreply.github.com> | 2019-02-03 16:59:39 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-03 16:59:39 -0800 |
commit | c4ce613bff87eaf40c8ddd76383e3cc468e6e2a6 (patch) | |
tree | ff8ea723908fcd8c25be038096b372026957f889 | |
parent | e9c9c3a4fa1f9a3d948b58315b5d85369392fa6a (diff) | |
download | qmk_firmware-c4ce613bff87eaf40c8ddd76383e3cc468e6e2a6.tar.gz qmk_firmware-c4ce613bff87eaf40c8ddd76383e3cc468e6e2a6.zip |
ergodash Keyboard readme documentation (#5046)
* Update readme.md
Added reminder/example on how to install
* Update readme.md
Added note about rev2 and PCB versions
* Update readme.md
format
-rw-r--r-- | keyboards/ergodash/readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/ergodash/readme.md b/keyboards/ergodash/readme.md index 7fa76344f1..1545b44624 100644 --- a/keyboards/ergodash/readme.md +++ b/keyboards/ergodash/readme.md @@ -13,6 +13,13 @@ Make example for this keyboard (after setting up your build environment): See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. +Install Example: (for pro micro) + `make ergodash/rev2:default:avrdude` + +Note: + "rev2" is for PCB ver 1.1,1.2 + "rev1" is from earlier pcb + # Layout ![layout](https://github.com/omkbd/picture/blob/master/ergodash-layout.png) ![PCB](https://github.com/omkbd/picture/blob/master/Ergodash_PCB.jpg) |