<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/docs/feature_unicode.md, 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-27T03:30:19+00:00</updated>
<entry>
<title>Unicode, Unicodemap and UCIS refactor (#21659)</title>
<updated>2023-08-27T03:30:19+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2023-08-27T03:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=70e34e491c297231a3f987fd69760d38e79dbfa4'/>
<id>urn:sha1:70e34e491c297231a3f987fd69760d38e79dbfa4</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>Merge remote-tracking branch 'origin/master' into develop</title>
<updated>2022-12-31T21:23:49+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2022-12-31T21:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=ea96799970482912348267bf96be248cfe175176'/>
<id>urn:sha1:ea96799970482912348267bf96be248cfe175176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes unicode_map declaration example (#19450)</title>
<updated>2022-12-31T21:23:17+00:00</updated>
<author>
<name>BBBNBBB</name>
<email>110104157+BBBNBBB@users.noreply.github.com</email>
</author>
<published>2022-12-31T21:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=943aae85d5edfbcc7277d5ca5fc2867c4132a5e6'/>
<id>urn:sha1:943aae85d5edfbcc7277d5ca5fc2867c4132a5e6</id>
<content type='text'>
If the previous example was used the incorrect codepoints are produced.
Changes the order of arguments the declaration of the unicode_map</content>
</entry>
<entry>
<title>UCIS: remove `qk_` prefix (#19302)</title>
<updated>2022-12-14T02:44:36+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-12-14T02:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=9e4cfcd181a87c4f8adfaef5a766f788263ff60a'/>
<id>urn:sha1:9e4cfcd181a87c4f8adfaef5a766f788263ff60a</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>Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)</title>
<updated>2022-09-06T17:07:08+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-09-06T17:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=8833b283610ce34e9be65ed3fc2c477258188de7'/>
<id>urn:sha1:8833b283610ce34e9be65ed3fc2c477258188de7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add unicode mode change callbacks (#18235)</title>
<updated>2022-08-31T23:39:16+00:00</updated>
<author>
<name>Joshua Diamond</name>
<email>josh@windowoffire.com</email>
</author>
<published>2022-08-31T23:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=e4bf8323688b56cd5fc0f4f27c531f3406d40f6d'/>
<id>urn:sha1:e4bf8323688b56cd5fc0f4f27c531f3406d40f6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added emacs as an "operating system" for input mode.  (#16949)</title>
<updated>2022-08-14T19:24:52+00:00</updated>
<author>
<name>Chewxy</name>
<email>chewxy@gmail.com</email>
</author>
<published>2022-08-14T19:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=6fc7c03e9581ddde68b32f2f76f8053628da6465'/>
<id>urn:sha1:6fc7c03e9581ddde68b32f2f76f8053628da6465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `send_unicode_hex_string()` (#16518)</title>
<updated>2022-03-04T11:04:45+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-03-04T11:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=f634fddd344a456c3eff8014d9d58a2d764d7a8c'/>
<id>urn:sha1:f634fddd344a456c3eff8014d9d58a2d764d7a8c</id>
<content type='text'>
</content>
</entry>
</feed>
