]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keymap: DZ60 layout based on stephengrier's with PgUp/PgDn/Home/End, Insert, etc...
authorBoris Burger <boris.burger80@gmail.com>
Wed, 10 Oct 2018 21:17:42 +0000 (23:17 +0200)
committerDrashna Jaelre <drashna@live.com>
Wed, 10 Oct 2018 21:17:42 +0000 (14:17 -0700)
commit6c55e8cab5a1cc43c0c024344727ceb243d98f5a
tree75f97b66037f7565abdcf337db69e3fe22abe921
parent0e142138aa5c4daa3f113f5a402060cde3efdea9
Keymap: DZ60 layout based on stephengrier's with PgUp/PgDn/Home/End, Insert, etc. (#4110)

* DZ60 layout based on stephengrier's with customisations.

* CapsLock is used as Fn key.
* Del is available as Fn+Backspace & Shift+Backspace (using a macro)
* PgUp / PgDn / Home / End = Fn+Arrows (as on macOS, Microsoft Surface)
* Tilde = Shift+Esc
* Backtick = Fn+Esc
* Underglow toggle and mode selection are available as Fn+Q and Fn+W
* Reset (bootloader mode) = Fn+B

* Standardised layout formatting and Ctrl+Del & Shift+Del support.

Using 7 underscores for KC_TRNS in layouts and aligning the keycodes
according to LAYOUT_directional.

Del is now only Fn+Del, Ctrl+Backspace translates to Ctrl+Del,
Shift+Backspace translates to Shift+Del.

* Documented new Backspace/Del related macros.

Del is now just Fn+Backspace, pressing Ctrl+Backspace sends Ctrl+Del,
pressing Shift+Backspace sends Shift+Del
keyboards/dz60/keymaps/boris_burger/README.md [new file with mode: 0644]
keyboards/dz60/keymaps/boris_burger/config.h [new file with mode: 0644]
keyboards/dz60/keymaps/boris_burger/keymap.c [new file with mode: 0644]