<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/quantum/serial_link/system, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/'/>
<entry>
<title>Remove SERIAL_LINK feature (#14727)</title>
<updated>2021-10-07T01:32:05+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2021-10-07T01:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=1c0347b8b85de03691c7810f98f38bb245783985'/>
<id>1c0347b8b85de03691c7810f98f38bb245783985</id>
<content type='text'>
* Remove SERIAL_LINK

* more stale paths in doxygen-todo

* Fix

* More refs

* Update testing docs

* Update doxygen-todo

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove SERIAL_LINK

* more stale paths in doxygen-todo

* Fix

* More refs

* Update testing docs

* Update doxygen-todo

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845)</title>
<updated>2021-06-20T02:18:00+00:00</updated>
<author>
<name>Joakim Tufvegren</name>
<email>jocke@barbanet.com</email>
</author>
<published>2021-06-20T02:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=8d9f527081d3a5fc8a0286e47022a70df8eb9111'/>
<id>8d9f527081d3a5fc8a0286e47022a70df8eb9111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change include guards in quantum/ to pragma once (#11239)</title>
<updated>2020-12-26T04:53:12+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-12-26T04:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=48f4768d33313e6a6ed48c31f95eb44feda10a51'/>
<id>48f4768d33313e6a6ed48c31f95eb44feda10a51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalise include statements in core code (#11153)</title>
<updated>2020-12-11T02:45:24+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-12-11T02:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=501f2fdef115314713e94428d409e5c3b5bfc1c2'/>
<id>501f2fdef115314713e94428d409e5c3b5bfc1c2</id>
<content type='text'>
* Normalise include statements in core code

* Missed one</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Normalise include statements in core code

* Missed one</pre>
</div>
</content>
</entry>
<entry>
<title>2020 February 29 Breaking Changes Update (#8064)</title>
<updated>2020-02-29T19:59:30+00:00</updated>
<author>
<name>James Young</name>
<email>xxiinophobia@yahoo.com</email>
</author>
<published>2020-02-29T20:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=26eef35f07698d23aafae90e1c230b52e100a334'/>
<id>26eef35f07698d23aafae90e1c230b52e100a334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clang-format changes</title>
<updated>2019-08-30T22:01:52+00:00</updated>
<author>
<name>skullY</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2019-08-30T18:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=b624f32f944acdc59dcb130674c09090c5c404cb'/>
<id>b624f32f944acdc59dcb130674c09090c5c404cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only re-send matrix every 5ms</title>
<updated>2017-04-09T15:34:59+00:00</updated>
<author>
<name>Fred Sundvik</name>
<email>fsundvik@gmail.com</email>
</author>
<published>2017-03-31T19:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=503565d1742ed458c992192a05f6ffe1db053135'/>
<id>503565d1742ed458c992192a05f6ffe1db053135</id>
<content type='text'>
The previous 1ms value was too often, and wouldn't always leave
time for the visualizer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous 1ms value was too often, and wouldn't always leave
time for the visualizer
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra serial_link subdirectory</title>
<updated>2016-07-06T10:26:20+00:00</updated>
<author>
<name>Fred Sundvik</name>
<email>fsundvik@gmail.com</email>
</author>
<published>2016-07-06T10:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=d5e7603d551a31836bf0c59db259ddc3593a1aa7'/>
<id>d5e7603d551a31836bf0c59db259ddc3593a1aa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
