My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
qmk_firmware/keyboards/handwired/baredev/rev1/keymaps/manoshu
Joel Challis bbc3bc55f2
RESET -> QK_BOOT user keymaps (#17940)
3 years ago
..
keymap.c RESET -> QK_BOOT user keymaps (#17940) 3 years ago
readme.md

readme.md

BareDev Layout Image

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.