diff options
author | Martin Gondermann <magicmonty@users.noreply.github.com> | 2017-06-14 16:20:43 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-06-14 07:20:43 -0700 |
commit | 49cfdb544d65005d2779b19d91432b6cbd278722 (patch) | |
tree | 2271f5133a5439a489e48ea2fc33d31d2cb0c396 /keyboards/clueboard/keymaps/magicmonty/readme.md | |
parent | 3aa620c1ac4cbeff857f0add5080c07ac5b9fb65 (diff) | |
download | qmk_firmware-49cfdb544d65005d2779b19d91432b6cbd278722.tar.gz qmk_firmware-49cfdb544d65005d2779b19d91432b6cbd278722.zip |
Added HyperTab and Ctrl/Fn as well as Space cadet parens (#1390)
* Added HyperTab and Ctrl/Escape as well as Space cadet parens to magicmonty keymap
* Replaced CTL_ESC With FN_ESC
Diffstat (limited to 'keyboards/clueboard/keymaps/magicmonty/readme.md')
-rw-r--r-- | keyboards/clueboard/keymaps/magicmonty/readme.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/keyboards/clueboard/keymaps/magicmonty/readme.md b/keyboards/clueboard/keymaps/magicmonty/readme.md index 04930311f4..f9cc573117 100644 --- a/keyboards/clueboard/keymaps/magicmonty/readme.md +++ b/keyboards/clueboard/keymaps/magicmonty/readme.md @@ -1,8 +1,8 @@ # Layout of @magicmonty -[Keyboard Layout Editor File](http://www.keyboard-layout-editor.com/#/gists/f869b8789242a712e0f46eabbd550056) +[Keyboard Layout Editor File] -![Clueboard Layout Image](http://imgur.com/fXJFlrp.png) +![Clueboard Layout Image](http://i.imgur.com/WFfJ15k.png) This layout is a combination of the `mouse_keys` and the `win_optimized` layouts. This layout is optimized for an ISO layout. @@ -14,7 +14,9 @@ The Left, Down, Up and Right for the mouse movement are also VIM-Like on the HJK There is also a MIDI layer included. -The CapsLock is disabled and works as Function key. +The CapsLock is disabled and works as Escape when tapped and Fn when Hold. +The Tab key works as Tab when tapped, and [Hyper] (Ctrl + Alt + Shift + Cmd) when hold +The Shift-Keys are configured as [Space Cadet Shift Parentheses] There is also a separate media layer with Volume/Play controls @@ -25,3 +27,8 @@ The different layers are signalled throug setting of the underlight: - Media layer: Green - Mouse layer: Blue - Control layer: Red +- Midi layer: Purple + +[Hyper]: http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/ +[Space Cadet Shift Parentheses]: http://stevelosh.com/blog/2012/10/a-modern-space-cadet/#shift-parentheses +[Keyboard Layout Editor File]: http://www.keyboard-layout-editor.com/#/gists/f869b8789242a712e0f46eabbd550056 |