diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2018-02-12 10:48:38 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-23 13:25:23 -0500 |
commit | 3b801880a084377fc4680fe3fb44e1ef4df0608e (patch) | |
tree | 4dc70b36c0430729cadd757da6d00d5dddb6a81f /keyboards/clueboard/60/keymaps/yanfali/readme.md | |
parent | 21a37a5245eb1431fc853c5fdc5d210abd4be771 (diff) | |
download | qmk_firmware-3b801880a084377fc4680fe3fb44e1ef4df0608e.tar.gz |
Custom keymap for clueboard 60
My customized keymap for the clueboard 60.
- Maps MT(LCTL,ESC) to Caps lock
- Swaps ALT and GUI for OSX
- Adds layer for WASD key navigation
Diffstat (limited to 'keyboards/clueboard/60/keymaps/yanfali/readme.md')
-rw-r--r-- | keyboards/clueboard/60/keymaps/yanfali/readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/clueboard/60/keymaps/yanfali/readme.md b/keyboards/clueboard/60/keymaps/yanfali/readme.md new file mode 100644 index 000000000..8b8705176 --- /dev/null +++ b/keyboards/clueboard/60/keymaps/yanfali/readme.md @@ -0,0 +1,14 @@ +# /u/yanfali keymap for clueboard 60% + +Almost the same as default but differs in the following ways + + 1. `Caps Lock` -> `MT(KC_LCTL, KC_ESC)`. + I'm a heavy vim user and I prefer escape to be closer than default. I also move `Control` to this key if you hold it. + 1. Switch Alt and GUI. + I spend most of my time on OSX, so I reverse Alt and GUI to be + more comfortable on OSX. + 1. Added a custom layer. + I use this to map the cursor keys to WASD, the familiar directional + gaming keys. As I use a split right shift, this naturally leads + to the left hand being used for navigation. This is also the + best place to add custom mappings, macros and combo keys. |