]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/narze/readme.md
Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883)
[qmk_firmware.git] / keyboards / planck / keymaps / narze / readme.md
1 # narze's layout
2
3 ## Key features
4 - Qwerty + [Colemak](https://colemak.com) layouts, and you can type Qwerty on software-level Colemak as well. Very useful for gaming or when your friend wanna type something but don't use Colemak.
5 - [(S)uper (D)uper Mode](https://github.com/jasonrudolph/keyboard#super-duper-mode) inspired by [jasonrudolph](https://github.com/jasonrudolph), with [some extensions](https://gist.github.com/narze/861e2167784842d38771) such as backspace & forward delete.
6 - Mouse keys with Z
7
8 ## (S)uper (D)uper Mode
9 Press `S+D` simultaneously and hold, then...
10 - `H/J/K/L` for Vim-like movement
11 - `I/O` to move between browser tabs (Not working on Windows yet)
12 - `A` for `Option (Alt)`
13 - `F/;` for `Backspace/Forward delete`
14 - `A` with `H/L` to move to previous/next word
15 - `A` with `G/;` to delete to previous/next word
16 - `G` for `Cmd` (Gui/Windows)
17 - Available for all layouts (but plover) using physical S & D keys position in qwerty
18 - `Spacebar` for `Shift` (it's easier when already holding A with your pinky)
19 - Disable with `Raise+Lower+M`
20 - You can edit or add more useful keys in SUPERDUPER layer
21 - It can be activated by holding `/` as well, but it's slower since `LT()` uses `TAPPING_TERM` of 200ms but `S+D` uses `COMBO_TERM` of only 20ms (Can be changed within config.h)
22
23 ## Build instructions
24 - `cd /path/to/qmk_firmware`
25 - `docker run -e keymap=narze -e subproject=rev4 -e keyboard=planck --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware`
26 - `dfu-programmer atmega32u4 erase && dfu-programmer atmega32u4 flash .build/planck_rev4_narze.hex`
27
28 ## TODO
29 - [] Make SuperDuper mode fully-compatible in Windows by swapping GUI with Ctrl
30
31