<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/users/yet-another-developer, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2023-11-26T18:36:45+00:00</updated>
<entry>
<title>Remove userspace keymaps (#22544)</title>
<updated>2023-11-26T18:36:45+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2023-11-26T18:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1ed03f498fa204178c2696c510ac6a2cd8524e2d'/>
<id>urn:sha1:1ed03f498fa204178c2696c510ac6a2cd8524e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unicodemap keycodes rename (#21092)</title>
<updated>2023-06-01T16:25:08+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-06-01T16:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=a4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957'/>
<id>urn:sha1:a4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keymap introspection for combos. (#19670)</title>
<updated>2023-05-15T12:27:37+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2023-05-15T12:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=5faa23d54ca1e3ab83097f2a07922f48800616e6'/>
<id>urn:sha1:5faa23d54ca1e3ab83097f2a07922f48800616e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)</title>
<updated>2023-04-03T05:32:47+00:00</updated>
<author>
<name>precondition</name>
</author>
<published>2023-04-03T05:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1899793f27c9b165b55b28b086bd989f12baf137'/>
<id>urn:sha1:1899793f27c9b165b55b28b086bd989f12baf137</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor Leader key feature (#19632)</title>
<updated>2023-02-12T16:19:02+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-02-12T16:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=bbf7a20b33de2d203518687cb5cd1aa85005ea27'/>
<id>urn:sha1:bbf7a20b33de2d203518687cb5cd1aa85005ea27</id>
<content type='text'>
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
</content>
</entry>
<entry>
<title>Align definition of unicode_map (#19452)</title>
<updated>2023-01-01T00:54:12+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2023-01-01T00:54:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=d0ebafaea6847926e6391a6920821bcb17b3c39c'/>
<id>urn:sha1:d0ebafaea6847926e6391a6920821bcb17b3c39c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tap Dance: remove `qk_` prefix (#19313)</title>
<updated>2022-12-14T20:40:25+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2022-12-14T20:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1978007faefc0fb3af809ddf0d2ff1274e540570'/>
<id>urn:sha1:1978007faefc0fb3af809ddf0d2ff1274e540570</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)</title>
<updated>2022-12-12T15:52:22+00:00</updated>
<author>
<name>Albert Y</name>
</author>
<published>2022-12-12T15:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=cbabc8dbe6a8476d3082e8bc649d330f87e7b904'/>
<id>urn:sha1:cbabc8dbe6a8476d3082e8bc649d330f87e7b904</id>
<content type='text'>
* Replace Tapping Force Hold feature with Quick Tap Term

* Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0

* Deprecate force hold in info_config.json

* Before and after quick tap term unit tests

* Quick tap unit tests iteration

* Keymap config.h correction

* Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed

* Add two more test cases for quick tap

* Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2

* Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2

* Add function declaration for get_quick_tap_term

Co-authored-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;</content>
</entry>
<entry>
<title>Fix some old keycodes (#19086)</title>
<updated>2022-11-15T16:52:01+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2022-11-15T16:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=de66797705ef0e490e5deca0545f009c351f5f45'/>
<id>urn:sha1:de66797705ef0e490e5deca0545f009c351f5f45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalise Unicode keycodes (#18898)</title>
<updated>2022-10-31T21:15:12+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2022-10-31T21:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=5974d989fe72f6c576901a065bee4487a58c351d'/>
<id>urn:sha1:5974d989fe72f6c576901a065bee4487a58c351d</id>
<content type='text'>
* `UC_MOD`/`UC_RMOD` -&gt; `UC_NEXT`/`UC_PREV`

* `UNICODE_MODE_*` -&gt; `QK_UNICODE_MODE_*`

* `UC_MAC` -&gt; `UNICODE_MODE_MACOS`

* `UC_LNX` -&gt; `UNICODE_MODE_LINUX`

* `UC_WIN` -&gt; `UNICODE_MODE_WINDOWS`

* `UC_BSD` -&gt; `UNICODE_MODE_BSD`

* `UC_WINC` -&gt; `UNICODE_MODE_WINCOMPOSE`

* `UC_EMACS` -&gt; `UNICODE_MODE_EMACS`

* `UC__COUNT` -&gt; `UNICODE_MODE_COUNT`

* `UC_M_MA` -&gt; `UC_MAC`

* `UC_M_LN` -&gt; `UC_LINX`

* `UC_M_WI` -&gt; `UC_WIN`

* `UC_M_BS` -&gt; `UC_BSD`

* `UC_M_WC` -&gt; `UC_WINC`

* `UC_M_EM` -&gt; `UC_EMAC`

* Docs

* Update quantum/unicode/unicode.h</content>
</entry>
</feed>
