summaryrefslogtreecommitdiff
path: root/keyboards/dz60/keymaps/chrisae9/readme.md
diff options
context:
space:
mode:
authorWilliam Chang <william@factual.com>2019-11-20 22:17:07 -0800
committerWilliam Chang <william@factual.com>2019-11-20 22:17:07 -0800
commite7f4d56592b3975c38af329e77b4efd9108495e8 (patch)
tree0a416bccbf70bfdbdb9ffcdb3bf136b47378c014 /keyboards/dz60/keymaps/chrisae9/readme.md
parent71493b2f9bbd5f3d18373c518fa14ccafcbf48fc (diff)
parent8416a94ad27b3ff058576f09f35f0704a8b39ff3 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/dz60/keymaps/chrisae9/readme.md')
-rw-r--r--keyboards/dz60/keymaps/chrisae9/readme.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/chrisae9/readme.md b/keyboards/dz60/keymaps/chrisae9/readme.md
new file mode 100644
index 0000000000..1057b58adb
--- /dev/null
+++ b/keyboards/dz60/keymaps/chrisae9/readme.md
@@ -0,0 +1,33 @@
+# Chris' DZ60 Layout
+
+This is a custom keymap for the layout of the DZ60.
+
+## Keyboard Picture
+
+![Keyboard Picture](https://i.imgur.com/AKDKAXN.png)
+
+## Keyboard Layout
+
+![Chris DZ60](https://i.imgur.com/Z8XDwiI.png)
+
+## Setup
+
+[QMK Tookbox Download](https://github.com/qmk/qmk_toolbox/releases/tag/0.0.13)
+
+[MYSYS2 for Windows](http://www.msys2.org/)
+
+``` bash
+#After downloading
+pacman -Syu
+#Close and re-open
+pacman -Su
+pacman -S git
+
+#Clone this repo and run this command in directory
+util/qmk_install.sh
+```
+
+``` bash
+#From the qmk_firware directory run
+make dz60:chrisae9:flash
+```