|
преди 7 години | |
---|---|---|
.. | ||
config.h | a3f53aeaa1 Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883) | преди 7 години |
default.png.md | a3f53aeaa1 Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883) | преди 7 години |
default_highres.png.md | a3f53aeaa1 Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883) | преди 7 години |
keymap.c | a3f53aeaa1 Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883) | преди 7 години |
readme.md | a3f53aeaa1 Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883) | преди 7 години |
rules.mk | a3f53aeaa1 Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883) | преди 7 години |
visualizer.c | a3f53aeaa1 Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883) | преди 7 години |
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
for Option (Alt)
F/;
for Backspace/Forward delete
A
with H/L
to move to previous/next wordA
with G/;
to delete to previous/next wordG
for Cmd
(Gui/Windows)Spacebar
for Shift
(it's easier when already holding A with your pinky)Raise+Lower+M
/
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)cd /path/to/qmk_firmware
docker run -e keymap=narze -e subproject=infinity -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
avr-objcopy -Iihex -Obinary .build/ergodox_infinity_narze.hex .build/ergodox_infinity_narze_left.bin
dfu-util --device 1c11:b007 -D .build/ergodox_infinity_narze_left.bin
docker run -e keymap=narze -e subproject=infinity -e keyboard=ergodox -e MASTER=right --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
avr-objcopy -Iihex -Obinary .build/ergodox_infinity_narze.hex .build/ergodox_infinity_narze_right.bin
dfu-util --device 1c11:b007 -D .build/ergodox_infinity_narze_right.bin