2017-09-25 17:31:42 +00:00
# yuuki's Layout
Customized xd60 keymap with inspirations from HHKB and the layout I used on my Vortex Core (a 40% keyboard).
## Programming Instructions
2017-10-14 21:32:19 +00:00
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:
2017-09-25 17:31:42 +00:00
2017-11-08 16:13:06 +00:00
* reset keyboard by pressing the reset button on the back of the PCB
2017-09-25 17:31:42 +00:00
* `sudo dfu-programmer atmega32u4 erase`
2017-11-08 16:13:06 +00:00
* `sudo dfu-programmer atmega32u4 flash .build/xd60_yuuki.hex`
2017-09-25 17:31:42 +00:00
* `sudo dfu-programmer atmega32u4 start`
## Layout
2017-11-08 16:13:06 +00:00
![Keyboard Layout ](https://github.com/cideM/cidem.github.io/blob/master/keyboard-layout.png "Layout" )
Upper row is default layer, bottom row is function layer. I Didn't include the symbols, such as @,# or $, as their placement is just as you'd expect it.
## Summary of Changes
2017-09-25 17:31:42 +00:00
| 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 | ^ |
2017-11-08 16:13:06 +00:00
| FN + V | & (both for convenience as I use these keys a lot with VIM navigation and I find them hard reach) |