<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk/platforms/arm_atsam, 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-03-23T05:30:30+00:00</updated>
<entry>
<title>Tidy up duplication of MIN/MAX fallback implementations (#20236)</title>
<updated>2023-03-23T05:30:30+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-03-23T05:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=b01dc36fbf09c3ebf8efe1bac54205ace1b1c6cc'/>
<id>urn:sha1:b01dc36fbf09c3ebf8efe1bac54205ace1b1c6cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>De-duplicate platform detection (#19603)</title>
<updated>2023-01-19T00:27:00+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-19T00:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=0ce3f6bcfe8241e51dd6936d24e6a88c907c535d'/>
<id>urn:sha1:0ce3f6bcfe8241e51dd6936d24e6a88c907c535d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "De-duplicate platform detection (#19545)" (#19564)</title>
<updated>2023-01-11T19:58:27+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-11T19:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=46c85c93f05003ecc9d5b9266bc78e98cc7a843b'/>
<id>urn:sha1:46c85c93f05003ecc9d5b9266bc78e98cc7a843b</id>
<content type='text'>
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.</content>
</entry>
<entry>
<title>De-duplicate platform detection (#19545)</title>
<updated>2023-01-11T02:13:32+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-11T02:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=e11235ee14f9cd3fc45b836eec99ed312cb137dd'/>
<id>urn:sha1:e11235ee14f9cd3fc45b836eec99ed312cb137dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into develop</title>
<updated>2022-10-03T01:26:40+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2022-10-03T01:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=f5df1b155af86bbe1833c2fdeca921e664c3c1f9'/>
<id>urn:sha1:f5df1b155af86bbe1833c2fdeca921e664c3c1f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`:flash`: print bootloader (#18569)</title>
<updated>2022-10-03T01:26:04+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-03T01:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=cc1565f2a3e46f6f364f872962ced35aef5ddae8'/>
<id>urn:sha1:cc1565f2a3e46f6f364f872962ced35aef5ddae8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move bootloader.mk to platforms (#18228)</title>
<updated>2022-08-31T14:17:24+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-08-31T14:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=bb6f02883363b815de8e2510964787634f86d635'/>
<id>urn:sha1:bb6f02883363b815de8e2510964787634f86d635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Core] Update mpaland/printf to eyalroz/printf fork (#16163)</title>
<updated>2022-07-07T07:27:50+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-07-07T07:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=d9bb189e25f14578ca74d6a3aa9f9a467f6f6595'/>
<id>urn:sha1:d9bb189e25f14578ca74d6a3aa9f9a467f6f6595</id>
<content type='text'>
mpaland printf implementation was abandoned in ~2019 and the fork by
eyalroz is now regarded to be the goto replacement of it. So this commit
incoporates the changes needed to use this fork in QMK.

Note that pointer ptrdiff_t is always supported since commit
51c90f93a97fdaef895783ecbe24569be0db7cb8</content>
</entry>
<entry>
<title>[Core] Update C standard to GNU11, C++ to GNU++14 (#17114)</title>
<updated>2022-06-05T22:47:22+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-06-05T22:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=e89478eb0fe582d1a30a882e278927e31c9cdcc7'/>
<id>urn:sha1:e89478eb0fe582d1a30a882e278927e31c9cdcc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Core] Add Reboot keycode to core (#15990)</title>
<updated>2022-05-14T03:35:49+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2022-05-14T03:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.node5.net/firmware/qmk/commit/?id=787a68948fa0d5e251e22a623071082c8c0561b1'/>
<id>urn:sha1:787a68948fa0d5e251e22a623071082c8c0561b1</id>
<content type='text'>
</content>
</entry>
</feed>
