<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/users/spidey3, branch master</title>
<subtitle>Custom split ortholinear mechanical keyboard with rollerball mouse. Firmware. https://blog.node5.net/custom-keyboard
</subtitle>
<id>http://git.node5.net/firmware/qmk/atom?h=master</id>
<link rel='self' href='http://git.node5.net/firmware/qmk/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/'/>
<updated>2023-08-27T06:51:19+00:00</updated>
<entry>
<title>Clean up Unicode API usage in user keymaps (#21849)</title>
<updated>2023-08-27T06:51:19+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2023-08-27T06:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=66b744b63b6328a206f9ab463b4acb44002e4bb0'/>
<id>urn:sha1:66b744b63b6328a206f9ab463b4acb44002e4bb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of `USB_LED_SCROLL_LOCK` (#21405)</title>
<updated>2023-07-02T18:24:22+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2023-07-02T18:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=7ff80a57cbe57e888646c3b90e2f4f9dea977156'/>
<id>urn:sha1:7ff80a57cbe57e888646c3b90e2f4f9dea977156</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>
<email>fauxpark@gmail.com</email>
</author>
<published>2023-06-01T16:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=a4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957'/>
<id>urn:sha1:a4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix functions with empty params (#19647)</title>
<updated>2023-01-20T16:21:17+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2023-01-20T16:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=cf935d97ae479e7a1e1f2f2f248b93e52e4cc69e'/>
<id>urn:sha1:cf935d97ae479e7a1e1f2f2f248b93e52e4cc69e</id>
<content type='text'>
* Fix functions with empty params

* Found a bunch more</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>
<email>git@zvecr.com</email>
</author>
<published>2023-01-01T00:54:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=d0ebafaea6847926e6391a6920821bcb17b3c39c'/>
<id>urn:sha1:d0ebafaea6847926e6391a6920821bcb17b3c39c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix syntax error introduced in #18800 (#18933)</title>
<updated>2022-11-01T21:34:31+00:00</updated>
<author>
<name>Joshua Diamond</name>
<email>josh@windowoffire.com</email>
</author>
<published>2022-11-01T21:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=5fb80562f11b9bbd291a7d7e920912dedcc8a9f2'/>
<id>urn:sha1:5fb80562f11b9bbd291a7d7e920912dedcc8a9f2</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>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-31T21:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/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>
<entry>
<title>Deprecate `VLK_TOG` for `VK_TOGG` (#18807)</title>
<updated>2022-10-22T20:45:20+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-22T20:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=74484e21afc819b8e20f408aebc5c4e6cfdcc991'/>
<id>urn:sha1:74484e21afc819b8e20f408aebc5c4e6cfdcc991</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove legacy Debug keycode (#18769)</title>
<updated>2022-10-19T10:33:05+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-19T10:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=18dc851e37a203b32db0261c365dd300488e1c71'/>
<id>urn:sha1:18dc851e37a203b32db0261c365dd300488e1c71</id>
<content type='text'>
* `DEBUG` -&gt; `DB_TOGG`, default-ish keymaps

* `DEBUG` -&gt; `DB_TOGG`, user keymaps

* `DEBUG` -&gt; `DB_TOGG`, community layouts

* `DEBUG` -&gt; `DB_TOGG`, userspace

* `DEBUG` -&gt; `DB_TOGG`, docs &amp; core</content>
</entry>
<entry>
<title>A little personal cleanup after #18726 and #18729 (#18734)</title>
<updated>2022-10-18T23:28:19+00:00</updated>
<author>
<name>Joshua Diamond</name>
<email>josh@windowoffire.com</email>
</author>
<published>2022-10-18T23:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=80fdbfce5f92c552a2ec0bae72cdfc1639ffb9dc'/>
<id>urn:sha1:80fdbfce5f92c552a2ec0bae72cdfc1639ffb9dc</id>
<content type='text'>
* A little cleanup after #18726

* Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT

* Extend to spin</content>
</entry>
</feed>
