<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/quantum/template, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-07-16T05:49:18Z</updated>
<entry>
<title>Remove `DESCRIPTION` (#9732)</title>
<updated>2020-07-16T05:49:18Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-07-16T05:49:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=72d327054744fa142469dbb5406ad61f5ad0a302'/>
<id>urn:sha1:72d327054744fa142469dbb5406ad61f5ad0a302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update new keyboard templates (#9636)</title>
<updated>2020-07-15T08:52:02Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-07-15T08:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e8d577c081469608a9c203f97aece82d4253e99e'/>
<id>urn:sha1:e8d577c081469608a9c203f97aece82d4253e99e</id>
<content type='text'>
* Update new keyboard templates

* Switch on Bootmagic Lite by default

* Remove MIDI_ENABLE and FAUXCLICKY_ENABLE</content>
</entry>
<entry>
<title>Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117)</title>
<updated>2020-05-17T20:37:04Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-05-17T20:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ce842f912e7b369ca3d83c65dd2135e23e87c153'/>
<id>urn:sha1:ce842f912e7b369ca3d83c65dd2135e23e87c153</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Audio_Enable, AVR template update (#8901)</title>
<updated>2020-05-01T20:30:12Z</updated>
<author>
<name>JohSchneider</name>
<email>JohSchneider@googlemail.com</email>
</author>
<published>2020-05-01T20:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ddd055b1e2fab07c411ce3b7bbd9f36b5210ba8f'/>
<id>urn:sha1:ddd055b1e2fab07c411ce3b7bbd9f36b5210ba8f</id>
<content type='text'>
* Branch point for 2020 May 30 Breaking Change

* audio-configuration: template: audio_avr.c does NOT default to C6

not on its own, it needs a pin configured per define in config.h for audio to actually work
otherwise only parts of the code are included in the firmware, wasting space and possibly breaking builds because auf hitting the firmware-size limits

* audio-configuration: strip comment to bare essentials

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* revert future change

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
Co-authored-by: Johannes &lt;you@example.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
Co-authored-by: zvecr &lt;git@zvecr.com&gt;</content>
</entry>
<entry>
<title>Fix compile issues related to NO_ACTION_MACRO/FUNCTION and LTO_ENABLE (#8663)</title>
<updated>2020-04-08T23:18:30Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2020-04-08T23:18:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=be2f5816b6cf6513591f825df1d0438729b83388'/>
<id>urn:sha1:be2f5816b6cf6513591f825df1d0438729b83388</id>
<content type='text'>
* Define NO_ACTION_MACRO/FUNCTION in header instead of makefile when LTO is enabled

Currently, boards and keymaps that define NO_ACTION_MACRO/FUNCTION unconditionally
will not compile with LTO_ENABLE (#8604). This fixes the issue by moving the
definitions from common.mk to action.h, which enables us to check for previous
definitions of those macros (this cannot be done in a makefile).

* Remove LTO checks in templates

Since now NO_ACTION_MACRO/FUNCTION are defined as needed in action.h (which is
included by quantum.h), checking for LTO in keyboard and user code is no
longer required.

* Update LTO_ENABLE docs</content>
</entry>
<entry>
<title>V-USB: Consolidate usbconfig.h's into a single file (#8584)</title>
<updated>2020-03-31T12:17:04Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-03-31T12:17:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=51a81813b0191d95f3ed774cbc410579e606dc5c'/>
<id>urn:sha1:51a81813b0191d95f3ed774cbc410579e606dc5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>V-USB: Use structs for USB descriptors (#8572)</title>
<updated>2020-03-28T02:02:25Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-03-28T02:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=14079ce6984b359e080c85d9e9b8f7b8eb01437c'/>
<id>urn:sha1:14079ce6984b359e080c85d9e9b8f7b8eb01437c</id>
<content type='text'>
* V-USB: Use structs for USB descriptors

* Update usbconfigs

* cformat pass</content>
</entry>
<entry>
<title>Remove BOOTLOADER_SIZE stuff from template (#8516)</title>
<updated>2020-03-22T07:50:37Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-03-22T07:50:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=147bc6ec43a0244682a73eb5c76146608e60afd4'/>
<id>urn:sha1:147bc6ec43a0244682a73eb5c76146608e60afd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove NO_UART defines from config.h for V-USB boards (#8351)</title>
<updated>2020-03-09T19:58:25Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-03-09T19:58:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=5e3951b361e6d173b705bd3b2b6df0c543258d98'/>
<id>urn:sha1:5e3951b361e6d173b705bd3b2b6df0c543258d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send string keycode tweaks (#7471)</title>
<updated>2019-11-26T07:16:58Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-11-26T07:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=5a6737a778cfa828e4fdb5d382a84a41e5210d8e'/>
<id>urn:sha1:5a6737a778cfa828e4fdb5d382a84a41e5210d8e</id>
<content type='text'>
</content>
</entry>
</feed>
