summaryrefslogtreecommitdiffstats
path: root/keyboards/xd60/keymaps/yuuki/README.md
diff options
context:
space:
mode:
authorFlorian Beeres <yuuki@protonmail.com>2017-09-25 19:31:42 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-25 19:31:42 +0200
commitf1c7b813aa7a09e2d3fdd46d373115d1e85f4c3e (patch)
treee9676a9a8fcfc55633f96338f67f7a6fa79febe7 /keyboards/xd60/keymaps/yuuki/README.md
parenta00532759bb419bcc7fb9b6263e9c839585af6d0 (diff)
downloadqmk_firmware-f1c7b813aa7a09e2d3fdd46d373115d1e85f4c3e.tar.gz
qmk_firmware-f1c7b813aa7a09e2d3fdd46d373115d1e85f4c3e.tar.xz
New layout for XD60/64 (#1748)
* Add yuuki keymap Documentation is still a TODO and the keymap may not be final * GRV on colon * add KC_GRV to FN ESC * hhkb ish * hhkbish 2 * HHKBish and documentation * Fix Markdown warnings * typo
Diffstat (limited to 'keyboards/xd60/keymaps/yuuki/README.md')
-rw-r--r--keyboards/xd60/keymaps/yuuki/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/xd60/keymaps/yuuki/README.md b/keyboards/xd60/keymaps/yuuki/README.md
new file mode 100644
index 000000000..56b2c811c
--- /dev/null
+++ b/keyboards/xd60/keymaps/yuuki/README.md
@@ -0,0 +1,26 @@
+# yuuki's Layout
+
+Customized xd60 keymap with inspirations from HHKB and the layout I used on my Vortex Core (a 40% keyboard).
+
+## Programming Instructions
+
+Change the layout in `keymap.c` then run `make xd60-yuuki`. The compiled file will be located in `.build/xd60_yuuki.hex` relative to the project root. To flash it onto your keyboard, use whatever program works on your OS. I personally use `dfu-programmer`, and run:
+
+* `sudo dfu-programmer atmega32u4 erase`
+* `sudo dfu-programmer atmega32u4 flash .build/xd60-yuuki.hex`
+* `sudo dfu-programmer atmega32u4 start`
+
+## Layout
+
+See `keymap.c` for the details, but here are the important features:
+
+| Key | Function |
+| -------------------------- | ---------------------------------- |
+| Capslock | Forward Slash when tapped and Left Control when held |
+| Left Control | Temporarily activate function layer |
+| FN + ESC | Grave |
+| Space Cadet Shift | Left Shift tapped writes ( and Right Shift tapped writes ) |
+| FN + HJKL | Arrow Keys |
+| Rightmost key in second row from bottom | Temporarily activate function layer |
+| FN + C | ^ |
+| FN + V | & (both for convenience as I use these keys a lot with VIM navigation and I find them hard reach) | \ No newline at end of file