<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/tmk_core/common/chibios, 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-08-29T21:30:02Z</updated>
<entry>
<title>Kiibohd bootloader, take 2 (#10129)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-08-25T08:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b89b2030af655132e2708cbdffd7fb1b8e1aaeb4'/>
<id>urn:sha1:b89b2030af655132e2708cbdffd7fb1b8e1aaeb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-fix the STM32 dual-bank bootloader stuff. (#9738)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2020-07-16T20:19:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=686a9d35ffe1cf834673be2991d7bf1025423ae6'/>
<id>urn:sha1:686a9d35ffe1cf834673be2991d7bf1025423ae6</id>
<content type='text'>
* Re-fix the dual-bank bootloader stuff.

* Use wait_ms() instead of using nop's for a delay, as ChibiOS is actually running at the time of bootloader jump.</content>
</entry>
<entry>
<title>Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge RC circuit. (#8778)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2020-07-16T06:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=93e7a8f74cc2c9c7bc50b413654642a0347a55d2'/>
<id>urn:sha1:93e7a8f74cc2c9c7bc50b413654642a0347a55d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix ChibiOS backlight not turning off on suspend (#10114)</title>
<updated>2020-08-26T18:15:43Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-08-26T18:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d949932c08db8e52f117f799280b5dc0b60bac85'/>
<id>urn:sha1:d949932c08db8e52f117f799280b5dc0b60bac85</id>
<content type='text'>
* Fix ChibiOS backlight not turning off on suspend

* Add missing code for backlight as caps lock too</content>
</entry>
<entry>
<title>Revert "Add Kiibohd bootloader type to bootloader.mk (#9908)" (#10126)</title>
<updated>2020-08-21T22:42:28Z</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2020-08-21T22:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=70ce4ba56f5d805e71c2b1de7334d6492b5e350a'/>
<id>urn:sha1:70ce4ba56f5d805e71c2b1de7334d6492b5e350a</id>
<content type='text'>
This reverts commit e2d4cd1a41c667da186891e3dbaf535c6b0717df.</content>
</entry>
<entry>
<title>Add Kiibohd bootloader type to bootloader.mk (#9908)</title>
<updated>2020-08-12T02:28:20Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-08-12T02:28:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e2d4cd1a41c667da186891e3dbaf535c6b0717df'/>
<id>urn:sha1:e2d4cd1a41c667da186891e3dbaf535c6b0717df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>format code according to conventions [skip ci]</title>
<updated>2020-07-25T22:33:55Z</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2020-07-25T22:33:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=95c742ec276c7ebf2cd996cc3889d3e2d0a2874e'/>
<id>urn:sha1:95c742ec276c7ebf2cd996cc3889d3e2d0a2874e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable OLED support for Teensy 3.2/LC (#7591)</title>
<updated>2020-07-25T21:50:56Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-07-25T21:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d91987ab9adbf7bba9f47deb6b30a02d28e7195d'/>
<id>urn:sha1:d91987ab9adbf7bba9f47deb6b30a02d28e7195d</id>
<content type='text'>
* I2C_TIMEOUT is not defined on arm teensy

* Work round teensy having different ChibiOS config options

* Stash OLED conf files

* update comment

* update comment

* Remove stm32 alias to allow teensy alt mode</content>
</entry>
<entry>
<title>2020 May 30 Breaking Changes Update (#9215)</title>
<updated>2020-05-30T20:14:59Z</updated>
<author>
<name>James Young</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2020-05-30T20:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fced377ac007d27f2650ccffbe0b18abcdcfe23d'/>
<id>urn:sha1:fced377ac007d27f2650ccffbe0b18abcdcfe23d</id>
<content type='text'>
* Branch point for 2020 May 30 Breaking Change

* Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954)

* Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957)

* Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958)

* Migrate `ACTION_LAYER_MODS` to `LM()` (#8959)

* Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968)

* Convert V-USB usbdrv to a submodule (#8321)

* Unify Tap Hold functions and documentation (#8348)

* Changing board names to prevent confusion (#8412)

* Move the Keyboardio Model01 to a keyboardio/ subdir (#8499)

* Move spaceman keyboards (#8830)

* Migrate miscellaneous `fn_actions` entries (#8977)

* Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979)

* Organizing my keyboards (plaid, tartan, ergoinu) (#8537)

* Refactor Lily58 to use split_common (#6260)

* Refactor zinc to use split_common (#7114)

* Add a message if bin/qmk doesn't work (#9000)

* Fix conflicting types for 'tfp_printf' (#8269)

* Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based &amp; small internals cleanup (#6480)

* Refactor and updates to TKC1800 code (#8472)

* Switch to qmk forks for everything (#9019)

* audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484)

* Audio enable corrections (2/3) (#8903)

* Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582)

* Audio enable corrections (Part 4) (#8974)

* Fix typo from PR7114 (#9171)

* Augment future branch Changelogs (#8978)

* Revert "Branch point for 2020 May 30 Breaking Change"
</content>
</entry>
<entry>
<title>Revert "Fix conflicting types for 'tfp_printf' (#8269)"</title>
<updated>2020-05-04T16:25:44Z</updated>
<author>
<name>skullY</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2020-05-04T16:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=6f30b402a285ddecce9b6f5b002a649f775225d2'/>
<id>urn:sha1:6f30b402a285ddecce9b6f5b002a649f775225d2</id>
<content type='text'>
This reverts commit e17b55e33ad5b3dcefcf7b828ac99aeb2daeeae2.
</content>
</entry>
</feed>
