diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-07-06 08:15:56 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-06 08:15:56 -0700 |
commit | 36d35959c8d849e82881ea107019e9302ef29f74 (patch) | |
tree | f2b48be2ffdbf8a8c6ad5c77fe53a7fb8b756099 /keyboards/e6v2/le/readme.md | |
parent | 0210447c82c9006a740393aed07e944d7ab72df5 (diff) |
E6-V2 Last Edition (LE) Support (#3324)
* new matrix for LE(Last Edition) E6V2
* Update pin outs for the new version of the PCB
* putting in some placeholders for now
* Trying to get e6v2/oe:default to compile
* put rules.mk in the right directory
* Add and update readme files
* move info.json to oe directory
* Update LE directory
* rename keyboard name
* Add QMK Configurator Support
At this time, ths only covers the ALL case and allows people to use
the configurator to generate their keymaps. More work will need
to be done.
Diffstat (limited to 'keyboards/e6v2/le/readme.md')
-rw-r--r-- | keyboards/e6v2/le/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/e6v2/le/readme.md b/keyboards/e6v2/le/readme.md new file mode 100644 index 0000000000..33a8647719 --- /dev/null +++ b/keyboards/e6v2/le/readme.md @@ -0,0 +1,17 @@ +# E6-V2 Last Edition (LE) + +These docs are for the QMK version of the PCB. [More info on qmk.fm](http://qmk.fm/) + +Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) +Hardware Supported: E6-V2 LE Mid Port rev.qmk +Hardware Availability: [geekhack.org/index.php?topic=90787.0](https://geekhack.org/index.php?topic=90787.0) + +Make example for this keyboard (after setting up your build environment): + + make e6v2/le:default + +Or to make and flash: + + make e6v2/le:default:dfu + +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.
\ No newline at end of file |