Files
zsa_qmk_firmware/keyboards/planck/keymaps/narze
Joe Wasson 743449472e Make PREVENT_STUCK_MODIFIERS the default (#3107)
* Remove chording as it is not documented, not used, and needs work.

* Make Leader Key an optional feature.

* Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE`

* Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-09-17 13:48:02 -04:00
..

narzes layout

Key features

  • Qwerty + Colemak layouts, and you can type Qwerty on software-level Colemak as well. Very useful for gaming or when your friend wanna type something but dont use Colemak.
  • (S)uper (D)uper Mode inspired by jasonrudolph, with some extensions such as backspace & forward delete.
  • Mouse keys with Z

(S)uper (D)uper Mode

Press S+D simultaneously and hold, then… - H/J/K/L for Vim-like movement - I/O to move between browser tabs (Not working on Windows yet) - A for Option (Alt) - F/; for Backspace/Forward delete - A with H/L to move to previous/next word - A with G/; to delete to previous/next word - G for Cmd (Gui/Windows) - Available for all layouts (but plover) using physical S & D keys position in qwerty - Spacebar for Shift (its easier when already holding A with your pinky) - Disable with Raise+Lower+M - You can edit or add more useful keys in SUPERDUPER layer - It can be activated by holding / as well, but its slower since LT() uses TAPPING_TERM of 200ms but S+D uses COMBO_TERM of only 20ms (Can be changed within config.h)

Build instructions

  • cd /path/to/qmk_firmware
  • docker run -e keymap=narze -e subproject=rev4 -e keyboard=planck --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
  • dfu-programmer atmega32u4 erase && dfu-programmer atmega32u4 flash .build/planck_rev4_narze.hex

TODO

  • [] Make SuperDuper mode fully-compatible in Windows by swapping GUI with Ctrl