<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/planck/keymaps/narze, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-08-29T21:30:02Z</updated>
<entry>
<title>Update features to use Custom Tapping Term when appropriate (#6259)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2020-07-25T03:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9d3b26a47543d9898a2af2cee5f6ef53b4995e9f'/>
<id>urn:sha1:9d3b26a47543d9898a2af2cee5f6ef53b4995e9f</id>
<content type='text'>
* 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 &lt;fauxpark@gmail.com&gt;

* Update docs/feature_tap_dance.md

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* 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 &lt;fauxpark@gmail.com&gt;
Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Bigger combo index (#9318)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Pete Sevander</name>
<email>pete.sevander@gmail.com</email>
</author>
<published>2020-07-16T12:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b0335b273142ead24cb4177893fafdf2fda88810'/>
<id>urn:sha1:b0335b273142ead24cb4177893fafdf2fda88810</id>
<content type='text'>
* Add change log

* Change combo index from uint8_t to uint16_t</content>
</entry>
<entry>
<title>[Keymap] Add Z-layer to narze layouts (#6806)</title>
<updated>2019-09-25T19:57:49Z</updated>
<author>
<name>Manassarn "Noom" Manoonchai</name>
<email>manassarn@gmail.com</email>
</author>
<published>2019-09-25T19:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f8e4f7ea80a1e94a6e205f9bc790fc2f3a4a2ce3'/>
<id>urn:sha1:f8e4f7ea80a1e94a6e205f9bc790fc2f3a4a2ce3</id>
<content type='text'>
* Revert raise/backspace mod tap to just backspace

* Add Dev layer

* Use Dev layer on holding z key

* Add Dev layer for Ergodox
</content>
</entry>
<entry>
<title>[Keymap] Update to narze keymaps (#6694)</title>
<updated>2019-09-10T04:44:08Z</updated>
<author>
<name>Manassarn Manoonchai</name>
<email>manassarn@gmail.com</email>
</author>
<published>2019-09-10T04:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9dae7f7d85f5d1c45521192562b974f0388f044d'/>
<id>urn:sha1:9dae7f7d85f5d1c45521192562b974f0388f044d</id>
<content type='text'>
Use Right GUI as backspace key &amp; 1ms polling interval on narze keymaps

* Refactor &amp; reimplement mod tap macros

* Reduce tapping term

* Update readme

* Add narze userspace

* Make use of narze userspace

* Extract Superduper mode

* Refactor Superduper mode

* (Ergodox Infinity) Prevent stuck modifiers

* Update ergodox_infinity/narze likewise

* Add warning for building Infinity with docker

* Fix include eeprom.h in superduper

* Try enabling superduper mode with combo for ergodox infinity

* Apply suggestions on #4546

* Convert to 4 spaces

* Map backlight step key

* Replace PLAY_NOTE_ARRAY

* Fix superduper toggle

* Re enable audio in planck rev4

* Use perform_space_cadet

* Remove superduper mod tap triggers

* Add readme for planck light firmware flashing command

* Remove unused layers

* Remove unused keycodes

* Add backlight toggle

* Remove unused songs &amp; use DEFAULT_LAYER_SONGS

* Update readme

* Move includes to header file

* Set RGUI &amp; raise as backspace &amp; unbind actual backspace

* tmp

* Fix qwerty doc

* Use 1ms polling rate
</content>
</entry>
<entry>
<title>[Keymap] Add narze userspace (#6652)</title>
<updated>2019-09-07T15:06:30Z</updated>
<author>
<name>Manassarn Manoonchai</name>
<email>manassarn@gmail.com</email>
</author>
<published>2019-09-07T15:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c21281c593d2eb9ef87053ef1d04d0b7d41be726'/>
<id>urn:sha1:c21281c593d2eb9ef87053ef1d04d0b7d41be726</id>
<content type='text'>
* Refactor &amp; reimplement mod tap macros

* Reduce tapping term

* Update readme

* Add narze userspace

* Make use of narze userspace

* Extract Superduper mode

* Refactor Superduper mode

* (Ergodox Infinity) Prevent stuck modifiers

* Update ergodox_infinity/narze likewise

* Add warning for building Infinity with docker

* Fix include eeprom.h in superduper

* Try enabling superduper mode with combo for ergodox infinity

* Apply suggestions on #4546

* Convert to 4 spaces

* Map backlight step key

* Replace PLAY_NOTE_ARRAY

* Fix superduper toggle

* Re enable audio in planck rev4

* Use perform_space_cadet

* Remove superduper mod tap triggers

* Add readme for planck light firmware flashing command

* Remove unused layers

* Remove unused keycodes

* Add backlight toggle

* Remove unused songs &amp; use DEFAULT_LAYER_SONGS

* Update readme

* Move includes to header file
</content>
</entry>
<entry>
<title>Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)</title>
<updated>2019-02-17T15:38:46Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-02-17T15:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6'/>
<id>urn:sha1:3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace outdated RGB/Audio information</title>
<updated>2018-10-22T18:55:05Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2018-10-22T15:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=00b6f14821f44ead75504e28d7fed26791cb2875'/>
<id>urn:sha1:00b6f14821f44ead75504e28d7fed26791cb2875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make `PREVENT_STUCK_MODIFIERS` the default (#3107)</title>
<updated>2018-09-17T17:48:02Z</updated>
<author>
<name>Joe Wasson</name>
<email>jwasson+github@gmail.com</email>
</author>
<published>2018-09-17T17:48:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=743449472e58651ec8111e6f70811103fb0a28bd'/>
<id>urn:sha1:743449472e58651ec8111e6f70811103fb0a28bd</id>
<content type='text'>
* Remove chording as it is not documented, not used, and needs work.

* Make Leader Key an optional feature.

* Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE`

* Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
</content>
</entry>
<entry>
<title>Adds support for Planck Rev 6 (#2666)</title>
<updated>2018-07-16T15:48:31Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2018-07-16T15:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ade22f8e2c272044ea2f80ff6fe5ca9576858939'/>
<id>urn:sha1:ade22f8e2c272044ea2f80ff6fe5ca9576858939</id>
<content type='text'>
* initial files for rev 6 with encoder

* music map init, dip scan added

* adds ws2812 driver for arm

* flesh out dip and encoder support

* adds default encoder res

* adds default encoder res

* start muse implementation

* muse working with encoder as control

* flip direction

* try mouse wheel again

* dont break other revs

* dont break other revs

* conditional autio

* pwm ws driver (not working)

* update build includes for chibios

* update ws2812 driver/config

* last commit for glasser code

* working example

* remove rgb for now

* finish up rev6

* working encoder keycodes

* add warnings to planck keymaps about the LAYOUT
</content>
</entry>
<entry>
<title>Add narze keymaps for Ergodox &amp; Planck with SuperDuper mode implementation (#1883)</title>
<updated>2017-10-25T16:11:07Z</updated>
<author>
<name>Manassarn Manoonchai</name>
<email>nazzarn@gmail.com</email>
</author>
<published>2017-10-25T16:11:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a3f53aeaa12e6e6ce9b5087ded35f5e3af4f3190'/>
<id>urn:sha1:a3f53aeaa12e6e6ce9b5087ded35f5e3af4f3190</id>
<content type='text'>
* Fork default planck keymap

* Esc -&gt; CapsLock

* Swap Tilde &amp; Grave in Lower &amp; Raise

* Replace Blacklight key with Raise

* Add Hyper/Esc &amp; 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 &amp; make Superduper available on multile layouts

* ✨ Enable/disable superduper mode &amp; fix layer switching

* 🐛 Fix superduper not unregister mods

* ✨ Update planck-like ergodox (wip)

* :bug: Fix return before changing tap count &amp; modify comments

* :sparkles: Replace with planck code

* 📝 Update readme

* ✨ Fix SuperDuper by using intermediate layers

* Remove LT from inner lower &amp; raise for ease of use

* Change TG to LG

* Add options &amp; disable audio

* :wrench: Enable ignore mod tap interrupt &amp; shorting tapping term

* :memo: Update readme

* Remove including quantum makefile

* :memo: Update readme

* Rename Makefiles
</content>
</entry>
</feed>
