forked from forks/qmk_firmware
9d3b26a475
* Update Space Cadet to use Custom Tapping Term functionality * Detect correct keycode for space cadet tapping term * Update tap dancing to use global custom tapping term * Update documentation for Tap Dances * formatting pass * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/feature_tap_dance.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update for future * Update user keymaps for space cadet * Fix typos * Clean up tapping term stuff * Fix compiler issue if NO_ACTION_TAPPING is enabled Co-authored-by: fauxpark <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> |
||
---|---|---|
.. | ||
config.h | ||
keymap.c | ||
readme.md | ||
rules.mk |
narze's 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 don't 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 movementI/O
to move between browser tabs (Not working on Windows yet)A
forOption (Alt)
F/;
forBackspace/Forward delete
A
withH/L
to move to previous/next wordA
withG/;
to delete to previous/next wordG
forCmd
(Gui/Windows)- Available for all layouts (but plover) using physical S & D keys position in qwerty
Spacebar
forShift
(it's 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 it's slower sinceLT()
usesTAPPING_TERM
of 200ms butS+D
usesCOMBO_TERM
of only 20ms (Can be changed within config.h)
Build instructions
cd /path/to/qmk_firmware
- Ensure latest libraries are loaded
make git-submodule
- Build with docker
- Planck Rev. 4 :
util/docker_build.sh planck/rev4:narze
- Planck Light :
util/docker_build.sh planck/light:narze
- Planck Rev. 4 :
- Flash hex file
- Using dfu-programmer
dfu-programmer atmega32u4 erase --force && dfu-programmer atmega32u4 flash .build/planck_rev4_narze.hex
- For Planck Light change the target microcontroller
dfu-programmer at90usb1286 erase --force && dfu-programmer at90usb1286 flash .build/planck_light_narze.hex
- For Planck Light change the target microcontroller
- Use QMK Toolbox
- Using dfu-programmer