forked from forks/qmk_firmware
a3f53aeaa1
* Fork default planck keymap * Esc -> CapsLock * Swap Tilde & Grave in Lower & Raise * Replace Blacklight key with Raise * Add Hyper/Esc & Shift/Enter key * Add super duper mode using S+D combo * Change superduper mode sound * Add more functionality to superduper mode * Fork default * Replace all left shift to shift/parensopen (space cadet) * Super / Underscore * Try superduper on z/slash held * Use function/macro instead, LGUI_UNDS alone not working * ✨ Add mouse layer 🐭 * 🐛 Fix superduper * ✨ Fix GUI_UNDS * 🐛 Fix registering underscore when releasing too fast * 🐛 Fix Shift/( with LT z * ✨ Add superduper for colemak * ✨ Add Qwerty on software Colemak layout & make Superduper available on multile layouts * ✨ Enable/disable superduper mode & fix layer switching * 🐛 Fix superduper not unregister mods * ✨ Update planck-like ergodox (wip) * 🐛 Fix return before changing tap count & modify comments * ✨ Replace with planck code * 📝 Update readme * ✨ Fix SuperDuper by using intermediate layers * Remove LT from inner lower & raise for ease of use * Change TG to LG * Add options & disable audio * 🔧 Enable ignore mod tap interrupt & shorting tapping term * 📝 Update readme * Remove including quantum makefile * 📝 Update readme * Rename Makefiles |
||
---|---|---|
.. | ||
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
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