]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/xd60/keymaps/yuuki/README.md
Improved README of yuuki and added RGB commands (#1983)
[qmk_firmware.git] / keyboards / xd60 / keymaps / yuuki / README.md
index 83fdbf2b7092f00d1a1fdb66fc90730e47642baf..ebb2f8c1c98c8f28742eb13c24b61034465e9a04 100644 (file)
@@ -6,13 +6,18 @@ Customized xd60 keymap with inspirations from HHKB and the layout I used on my V
 
 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:
 
+* reset keyboard by pressing the reset button on the back of the PCB
 * `sudo dfu-programmer atmega32u4 erase`
-* `sudo dfu-programmer atmega32u4 flash .build/xd60-yuuki.hex`
+* `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:
+![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
 
 | Key                        | Function                           |
 | -------------------------- | ---------------------------------- |
@@ -23,4 +28,4 @@ See `keymap.c` for the details, but here are the important features:
 | 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
+| FN + V | & (both for convenience as I use these keys a lot with VIM navigation and I find them hard reach) |