summaryrefslogtreecommitdiffstats
path: root/keyboards/e6v2/readme.md
diff options
context:
space:
mode:
authorJason Gorman <jagor@microsoft.com>2018-02-28 22:22:53 +0100
committerJack Humbert <jack.humb@gmail.com>2018-02-28 22:22:53 +0100
commit19b02bf2673e891888cdbf00fc5f7a3776e50505 (patch)
treed0332296ba442ab6aaf500f037f9b986e2ef0e24 /keyboards/e6v2/readme.md
parent298ac18dfa3b5f19381ac8e0e6a91c91e3d4f1e4 (diff)
downloadqmk_firmware-19b02bf2673e891888cdbf00fc5f7a3776e50505.tar.gz
qmk_firmware-19b02bf2673e891888cdbf00fc5f7a3776e50505.tar.xz
Merge of e6v2 stuff as well as my personal keymaps (#2434)
* Checkin of tada keymap and initial commit for e6v2. * checking in other remaining changes before trying to merge * Reverting pin change. This was done based on the json orginally provided by exclusive, but it was later determined my map was the correct one based on user testing * fix extra key for ansi keymap. Didn't include fn as standard ansi shift is not split but still had it in keymap * Fix default help file and add reset to default
Diffstat (limited to 'keyboards/e6v2/readme.md')
-rw-r--r--keyboards/e6v2/readme.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/e6v2/readme.md b/keyboards/e6v2/readme.md
new file mode 100644
index 000000000..725c264ca
--- /dev/null
+++ b/keyboards/e6v2/readme.md
@@ -0,0 +1,18 @@
+E6-V2
+===
+
+These docs are for the QMK version of the PCB. [More info on qmk.fm](http://qmk.fm/)
+
+Keyboard Maintainer: [Jason Gorman](https://github.com/amnesia0287)
+Hardware Supported: E6-V2 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:default
+
+Or to make and flash:
+
+ make e6v2: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.