]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883)
authorManassarn Manoonchai <nazzarn@gmail.com>
Wed, 25 Oct 2017 16:11:07 +0000 (23:11 +0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 9 Nov 2017 22:57:41 +0000 (14:57 -0800)
commit198f2881914e4a2b09b9670c6a8fd2d3b4721cb5
tree0c10fe7ad09e45331d9e75bd3a34b65bd1d6e070
parent03008d975bd0c161161b5b8d2fdca02eaa3d3191
Add narze keymaps for Ergodox & Planck with SuperDuper mode implementation (#1883)

* 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

* :sparkles: Fix GUI_UNDS

* :bug: Fix registering underscore when releasing too fast

* :bug: 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)

* :bug: Fix return before changing tap count & modify comments

* :sparkles: 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

* :wrench: Enable ignore mod tap interrupt & shorting tapping term

* :memo: Update readme

* Remove including quantum makefile

* :memo: Update readme

* Rename Makefiles
keyboards/ergodox/keymaps/narze/config.h [new file with mode: 0644]
keyboards/ergodox/keymaps/narze/default.png.md [new file with mode: 0644]
keyboards/ergodox/keymaps/narze/default_highres.png.md [new file with mode: 0644]
keyboards/ergodox/keymaps/narze/keymap.c [new file with mode: 0644]
keyboards/ergodox/keymaps/narze/readme.md [new file with mode: 0644]
keyboards/ergodox/keymaps/narze/rules.mk [new file with mode: 0644]
keyboards/ergodox/keymaps/narze/visualizer.c [new file with mode: 0644]
keyboards/planck/keymaps/narze/config.h [new file with mode: 0644]
keyboards/planck/keymaps/narze/keymap.c [new file with mode: 0644]
keyboards/planck/keymaps/narze/readme.md [new file with mode: 0644]
keyboards/planck/keymaps/narze/rules.mk [new file with mode: 0644]