diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-27 10:25:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-27 10:25:01 +0000 |
commit | 0709d208dbf0aa1ea39b7fa3a6938e2b3d5b5249 (patch) | |
tree | ea26b77c4e432166094206d8a4827e268156573a /keyboards/handwired/baredev/rev1/keymaps/manoshu/readme.md | |
parent | be2265d0d173ac347f0ee9ed809c2a689bf835a2 (diff) | |
parent | 07465c0ebbabf35079fed70a58e73da1e9419444 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/baredev/rev1/keymaps/manoshu/readme.md')
-rw-r--r-- | keyboards/handwired/baredev/rev1/keymaps/manoshu/readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/baredev/rev1/keymaps/manoshu/readme.md b/keyboards/handwired/baredev/rev1/keymaps/manoshu/readme.md new file mode 100644 index 0000000000..1852a0fbc2 --- /dev/null +++ b/keyboards/handwired/baredev/rev1/keymaps/manoshu/readme.md @@ -0,0 +1,16 @@ +![BareDev Layout Image](https://i.imgur.com/FXye4Hn.png) + +# ManoShu's custom layout + +Has all the functions of a ABNT TKL keyboard, sans right shift. + +Basic media functions also included. + +Trying to emulate where notebooks/smaller OEM keyboard put the function key, for this reason the GUI key was moved and it can be used by holding the Caps Lock key. + +To not use the new GUI position very often, commonly used GUI + [X] commands are sent using `SEND_STRING()`, `(un)register_code()` and `tap_code()`. + +## Why you didn't used `LT(FUNCTIONS, KC_LGUI)` on the GUI/FN key? +Because I don't want rely on the tapping term to determine I will send either KC_HOME or snap the active window to the left. + +If there is a better way to solve this, please let me know.
\ No newline at end of file |