<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/handwired/onekey, 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-10-12T16:19:50Z</updated>
<entry>
<title>Add STM32Duino to bootloader selection (#10558)</title>
<updated>2020-10-12T16:19:50Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-10-12T16:19:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d46b8ef67c91f1794c35a1a91ff9fc7dcba6b009'/>
<id>urn:sha1:d46b8ef67c91f1794c35a1a91ff9fc7dcba6b009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CLI] Add c2json (#8817)</title>
<updated>2020-10-07T00:10:19Z</updated>
<author>
<name>Erovia</name>
<email>Erovia@users.noreply.github.com</email>
</author>
<published>2020-10-07T00:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=058737f116b53116726f32175205b46e22396f86'/>
<id>urn:sha1:058737f116b53116726f32175205b46e22396f86</id>
<content type='text'>
* Basic keymap parsing finally works

* Add 'keymap.json' creation to the qmk.keymap module

* Add tests and fix formatting

* Fix/exclude flake8 errors

* Convert keymap.c to valid keymap.json

* Fix some errors

* Add tests

* Finalize keymap.json creation, add json template

* Add docs

* Move pygments to the standard requirements

* Add support for nameless layers, fix tests

* Fix things after rebase

* Add missing 'keymap' value.

* Fix missing layer numbers from advanced keycodes

Buckwich noticed that if the advanced keycode / layer toggling key
contains a number, it goes missing.
Now we properly handle them.
Thx for noticing!

* Apply suggestions from code review

* fixup tests

Co-authored-by: Zach White &lt;skullydazed@drpepper.org&gt;
Co-authored-by: skullY &lt;skullydazed@gmail.com&gt;</content>
</entry>
<entry>
<title>[Keymap] Add onekey keymap for OLED testing (#10380)</title>
<updated>2020-10-04T19:41:03Z</updated>
<author>
<name>Sergey Vlasov</name>
<email>sigprof@gmail.com</email>
</author>
<published>2020-10-04T19:41:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3a8e13a74a8acedab826ab85a5fdd492212fc96b'/>
<id>urn:sha1:3a8e13a74a8acedab826ab85a5fdd492212fc96b</id>
<content type='text'>
* Add onekey keymap for OLED testing

* Add license header</content>
</entry>
<entry>
<title>Fix backlight for F401/F411 blackpill onekey examples (#10320)</title>
<updated>2020-09-22T05:50:39Z</updated>
<author>
<name>Sergey Vlasov</name>
<email>sigprof@gmail.com</email>
</author>
<published>2020-09-22T05:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7ddae97c89905f8826c2efe0331d681d6a75876a'/>
<id>urn:sha1:7ddae97c89905f8826c2efe0331d681d6a75876a</id>
<content type='text'>
Fix configs to make the `handwired/onekey/blackpill_f401:backlight` and
`handwired/onekey/blackpill_f411:backlight` examples actually compile
and work:

 - Use `PWMD5` instead of `PWMD2` for backlight, which matches the
   default value of `BACKLIGHT_PAL_MODE` (AF02 for pin A0 is `TIM5_CH1`)
   and does not conflict with the default value of `STM32_ST_USE_TIMER`.

 - Enable `HAL_USE_PWM` in halconf.h and `STM32_PWM_USE_TIM5` in
   mcuconf.h, so that `PWMD5` could be used.</content>
</entry>
<entry>
<title>Disable the command feature for onekeys (#10366)</title>
<updated>2020-09-20T19:50:52Z</updated>
<author>
<name>Sergey Vlasov</name>
<email>sigprof@gmail.com</email>
</author>
<published>2020-09-20T19:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fee953c4f872894e53723c27686568a69b0a71ee'/>
<id>urn:sha1:fee953c4f872894e53723c27686568a69b0a71ee</id>
<content type='text'>
There is no way to invoke the command feature while having just a single
physical key, and disabling that feature fixes build for keymaps like
`handwired/onekey/promicro:rgb` without resorting to LTO (the command
feature consumes more than 4900 bytes with avr-gcc 8.4.0).</content>
</entry>
<entry>
<title>Add STM32F401/F411 to mcu_selection.mk (#10278)</title>
<updated>2020-09-19T03:00:18Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-09-19T03:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0140baf7e0b041df841f8782743344a4ebe4ebe1'/>
<id>urn:sha1:0140baf7e0b041df841f8782743344a4ebe4ebe1</id>
<content type='text'>
* Reorder STM32 MCUs

* Add STM32F4xx to mcu_selection.mk

* Set MCU for phoenix and tkw/stoutgat/v2/f411</content>
</entry>
<entry>
<title>Remove HD44780 References, Part 3 (#10238)</title>
<updated>2020-09-08T05:28:18Z</updated>
<author>
<name>James Young</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2020-09-08T05:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=78d5224a1d89f97c519fd6410216d6cc408f931f'/>
<id>urn:sha1:78d5224a1d89f97c519fd6410216d6cc408f931f</id>
<content type='text'>
* remove HD44780_ENABLE rules: G-H

* remove HD44780_ENABLE config: G-H</content>
</entry>
<entry>
<title>format code according to conventions [skip ci]</title>
<updated>2020-08-29T22:57:48Z</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2020-08-29T22:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a3db72df7299140e52f57d082a3742a8b480a226'/>
<id>urn:sha1:a3db72df7299140e52f57d082a3742a8b480a226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow joysticks to be used without analog pins (#10169)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Zach White</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2020-08-27T16:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=bdd8d2679ba74715b38f958b071fd57eaf092b9d'/>
<id>urn:sha1:bdd8d2679ba74715b38f958b071fd57eaf092b9d</id>
<content type='text'>
* Allow joysticks to be used without analog pins

* change how analog/digital joysticks are specified</content>
</entry>
<entry>
<title>Remove unused CORTEX_VTOR_INIT (#10053)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-08-18T03:02:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9ef4526a2f6cdd2e708e7cfc37845a04749665dd'/>
<id>urn:sha1:9ef4526a2f6cdd2e708e7cfc37845a04749665dd</id>
<content type='text'>
</content>
</entry>
</feed>
