<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware/quantum/visualizer, branch master</title>
<subtitle>QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/'/>
<entry>
<title>Purge uGFX. (#14720)</title>
<updated>2021-10-06T23:57:48+00:00</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2021-10-06T23:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=b2a186cf92d91bbb7f98fff68c4edf571909bf89'/>
<id>b2a186cf92d91bbb7f98fff68c4edf571909bf89</id>
<content type='text'>
* Purge uGFX.

* Remove remnants of visualizer.

* Remove remnants of uGFX.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Purge uGFX.

* Remove remnants of visualizer.

* Remove remnants of uGFX.</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.vineetk.net/qmk_firmware/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.vineetk.net/qmk_firmware/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>ST7565 tidyup (#10907)</title>
<updated>2020-11-26T12:44:17+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-11-26T12:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=3afe0ea9b9f67ae33f54c1393b15d988764241a2'/>
<id>3afe0ea9b9f67ae33f54c1393b15d988764241a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.vineetk.net/qmk_firmware/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.vineetk.net/qmk_firmware/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>Additional changes for Layer State typedef compatibility (#5906)</title>
<updated>2019-08-22T00:07:49+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-08-22T00:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=b62e160a8950f451b08f1fee0109e60a58c5ddaa'/>
<id>b62e160a8950f451b08f1fee0109e60a58c5ddaa</id>
<content type='text'>
* Additional changes for Layer State typedef compatibility

* Replace biton32 with get_highest_layer in docs

* Change additional layer structure code

* Fix uGFX reference issue

* Remove dynamic_keymap check

* Where did all these extra spaces come from

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Additional changes for Layer State typedef compatibility

* Replace biton32 with get_highest_layer in docs

* Change additional layer structure code

* Fix uGFX reference issue

* Remove dynamic_keymap check

* Where did all these extra spaces come from

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing dead links (#5503)</title>
<updated>2019-03-29T13:20:25+00:00</updated>
<author>
<name>Brian Choromanski</name>
<email>BrianChoromanski@gmail.com</email>
</author>
<published>2019-03-29T13:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=3f4d706c98fc3a7f5fcec6ed0b62291b4159f097'/>
<id>3f4d706c98fc3a7f5fcec6ed0b62291b4159f097</id>
<content type='text'>
* Fixed typo of 'confid.h' to 'config.h'

* Fixed broken links in docs

* Fixed a lot of dead links

* Removed all dead links that I could not find a replacement for

* Placed knops links back in

* Fixed plank keymaps so that they will compile for planck light

* Https doesn't work on knops.io

* tv44:budi now compiles

* s60_x:amnesia0287 now compiles

* Fixed allocation of key_combos so that narze keymap for planck can compile correctly

* Disabled rgb on ergodone and infinity

* Enabled tap dance so it compiles

* Added return statement so it compiles

* If compiling on light disable extra functionality

* Properly redefined variable so it compiles

* Remove remaining dead links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed typo of 'confid.h' to 'config.h'

* Fixed broken links in docs

* Fixed a lot of dead links

* Removed all dead links that I could not find a replacement for

* Placed knops links back in

* Fixed plank keymaps so that they will compile for planck light

* Https doesn't work on knops.io

* tv44:budi now compiles

* s60_x:amnesia0287 now compiles

* Fixed allocation of key_combos so that narze keymap for planck can compile correctly

* Disabled rgb on ergodone and infinity

* Enabled tap dance so it compiles

* Added return statement so it compiles

* If compiling on light disable extra functionality

* Properly redefined variable so it compiles

* Remove remaining dead links
</pre>
</div>
</content>
</entry>
<entry>
<title>move lcd_backlight_keyframes to correct location</title>
<updated>2017-12-07T17:41:13+00:00</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-12-07T17:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=bba871df2f9afe1166e187f7cf372b4f6a60b3f8'/>
<id>bba871df2f9afe1166e187f7cf372b4f6a60b3f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make it easy to customize logo image</title>
<updated>2017-11-06T17:10:17+00:00</updated>
<author>
<name>Takayuki Matsubara</name>
<email>takayuki.1229@gmail.com</email>
</author>
<published>2017-11-06T13:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=f113f1927fb6e4fd108b003863d4cce967292a9c'/>
<id>f113f1927fb6e4fd108b003863d4cce967292a9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
