<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/handwired/onekey/stm32f0_disco, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom/keyboards/handwired/onekey/stm32f0_disco?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom/keyboards/handwired/onekey/stm32f0_disco?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-04-05T21:15:40Z</updated>
<entry>
<title>Enable memcore to fix malloc/rand crashes (#8695)</title>
<updated>2020-04-05T21:15:40Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-04-05T21:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9'/>
<id>urn:sha1:2392ddb76b3d7e267dfd3ea7bf33eed8a94444f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set backlight and RGB pins for AVR onekeys (#8533)</title>
<updated>2020-03-24T03:32:23Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-03-24T03:32:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=297aad6ebd8577e826ea738cde25207a61337dc0'/>
<id>urn:sha1:297aad6ebd8577e826ea738cde25207a61337dc0</id>
<content type='text'>
* Set backlight and RGB pins for AVR onekeys

* Set pin for ADC as well

* Define ADC_PIN for F4 blackpills

* Use A0 for F4 ADCs

* Set ADC pins for F0 and F1</content>
</entry>
<entry>
<title>2020 February 29 Breaking Changes Update (#8064)</title>
<updated>2020-02-29T19:59:30Z</updated>
<author>
<name>James Young</name>
<email>xxiinophobia@yahoo.com</email>
</author>
<published>2020-02-29T20:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=26eef35f07698d23aafae90e1c230b52e100a334'/>
<id>urn:sha1:26eef35f07698d23aafae90e1c230b52e100a334</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.</title>
<updated>2020-01-28T12:45:42Z</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2020-01-02T22:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4d06d2835c87f3eed694493fb749527032a78ec2'/>
<id>urn:sha1:4d06d2835c87f3eed694493fb749527032a78ec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor f103,f072,f042 based keyboards to use new MCU selection defaults (#7705)</title>
<updated>2020-01-10T01:31:01Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-01-10T01:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e34af631c2c4b0c9406dead907bf74b460ee9f7f'/>
<id>urn:sha1:e34af631c2c4b0c9406dead907bf74b460ee9f7f</id>
<content type='text'>
* refactor keyboards using ST_STM32F072B_DISCOVERY to use 'MCU = STM32F072'

* refactor keyboards using GENERIC_STM32_F042X6 to use 'MCU = STM32F042'

* refactor keyboards using GENERIC_STM32_F103 to use 'MCU = STM32F103'
</content>
</entry>
<entry>
<title>ARM - ws2812 bitbang (#7173)</title>
<updated>2019-11-07T13:10:29Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2019-11-07T13:10:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1ea0cac998cab60c8b2aa64ba4bd995acbece4b4'/>
<id>urn:sha1:1ea0cac998cab60c8b2aa64ba4bd995acbece4b4</id>
<content type='text'>
* Initial ARM bitbang ws2812 driver

* Unify chibios platform to run rgblight_task

* Remove 'avr only' comments from ws2812 docs

* Remove 'avr only' comments from ws2812 docs

* Unify chibios platform to run rgblight_task - review comments

* Remove debug flags from keymap

* Add comments from review

* Add defines for STM32L0XX

* Attempt to get arm ws2812 working on multiple gcc versions
</content>
</entry>
<entry>
<title>ARM - Initial backlight support (#6487)</title>
<updated>2019-10-05T15:57:00Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2019-10-05T15:57:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=38aefaf78e3d9f17ef561f031679a02c9fba869c'/>
<id>urn:sha1:38aefaf78e3d9f17ef561f031679a02c9fba869c</id>
<content type='text'>
* Move AVR backlight to own file, add borrowed ARM implementation

* Tiny fix for backlight custom logic

* Remove duplicate board from rebase

* Fix f303 onekey example

* clang-format

* clang-format

* Remove backlight keymap debug

* Initial pass of ARM backlight docs

* Initial pass of ARM backlight docs - resolve todos

* fix rules validation logic

* Add f072 warning

* Add f072 warning

* tidy up breathing in backlight keymap

* tidy up breathing in backlight keymap

* add missing break to backlight keymap
</content>
</entry>
<entry>
<title>Remove duplicate test keyboards (#6539)</title>
<updated>2019-08-15T13:57:43Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2019-08-15T13:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ee8d9bd40ad4f5b8d23be951d652143582d42938'/>
<id>urn:sha1:ee8d9bd40ad4f5b8d23be951d652143582d42938</id>
<content type='text'>
* Remove test keyboards now onekey and splittest have been extended

* Add f072 for testing
</content>
</entry>
</feed>
