summaryrefslogtreecommitdiff
path: root/keyboards/e6v2/oe/readme.md
diff options
context:
space:
mode:
authorMechMerlin2018-07-06 08:15:56 -0700
committerDrashna Jaelre2018-07-06 08:15:56 -0700
commit36d35959c8d849e82881ea107019e9302ef29f74 (patch)
treef2b48be2ffdbf8a8c6ad5c77fe53a7fb8b756099 /keyboards/e6v2/oe/readme.md
parent0210447c82c9006a740393aed07e944d7ab72df5 (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/oe/readme.md')
-rw-r--r--keyboards/e6v2/oe/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/e6v2/oe/readme.md b/keyboards/e6v2/oe/readme.md
new file mode 100644
index 000000000..b9b42bd5f
--- /dev/null
+++ b/keyboards/e6v2/oe/readme.md
@@ -0,0 +1,17 @@
+# E6-V2 Original Edition (OE)
+
+These docs are for the QMK version of the PCB. [More info on qmk.fm](http://qmk.fm/)
+
+Keyboard Maintainer: [amnesia0287](https://github.com/amnesia0287)
+Hardware Supported: E6-V2 OE 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/oe:default
+
+Or to make and flash:
+
+ make e6v2/oe: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