<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/handwired, 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-13T11:16:10Z</updated>
<entry>
<title>[Keyboard] update keymap of zergo keyboard (#10402)</title>
<updated>2020-10-13T11:16:10Z</updated>
<author>
<name>Evgenii</name>
<email>59191442+greenjack-z@users.noreply.github.com</email>
</author>
<published>2020-10-13T11:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=5b067ffc1678bf8d168a614dd59c7f46dcacd9dd'/>
<id>urn:sha1:5b067ffc1678bf8d168a614dd59c7f46dcacd9dd</id>
<content type='text'>
* Rename keyboards/handwired/zergo/keymap.c to keyboards/handwired/zergo/keymaps/default/keymap.c

* Update rules.mk

* Update rules.mk

* Update bootloader.mk

* Update rules.mk

* Update bootloader.mk

* Update info.json

* Update rules.mk

* Update zergo.h

* Update info.json

* Update keymap.c

* Update keyboards/handwired/zergo/info.json

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Update keyboards/handwired/zergo/keymaps/default/keymap.c

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* update layout

* update zergo layout

* update layout

* Update keyboards/handwired/zergo/keymaps/default/keymap.c

Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
Co-authored-by: ridingqwerty &lt;george.g.koenig@gmail.com&gt;</content>
</entry>
<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>Clean ChibiOS platform files (#10505)</title>
<updated>2020-10-07T23:20:23Z</updated>
<author>
<name>Reibl János Dániel</name>
<email>jani.reibl3@gmail.com</email>
</author>
<published>2020-10-07T23:20:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d79fe652914c50f803b22e3e88de7d3934bd0699'/>
<id>urn:sha1:d79fe652914c50f803b22e3e88de7d3934bd0699</id>
<content type='text'>
* Clean ChibiOs platform files

* Remove I2C and timer definitions

* Remove unnecessary files and rename readme

Co-authored-by: Janos Daniel Reibl &lt;janos.daniel.reibl@protonmail.com&gt;</content>
</entry>
<entry>
<title>[Keyboard] LeftyNumpad Keyboard (#10500)</title>
<updated>2020-10-07T22:35:42Z</updated>
<author>
<name>Tom Swartz</name>
<email>tom@tswartz.net</email>
</author>
<published>2020-10-07T22:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ee6c86d8e91437f47f904b5af49a63b749b57bf0'/>
<id>urn:sha1:ee6c86d8e91437f47f904b5af49a63b749b57bf0</id>
<content type='text'>
* Clean LeftyNumpad code

* Fix typo in recently renamed file

* Fix issues with keymap layout

* Initial PR Feedback fixes

* Update keyboards/handwired/leftynumpad/config.h

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* Update keyboards/handwired/leftynumpad/config.h

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* Apply suggestions from code review

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;

* Apply suggestions from code review

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* Add fixes based on PR feedback

* Update keyboards/handwired/leftynumpad/readme.md

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;
Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</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] Move my custom functions and keymaps to userspace (#10502)</title>
<updated>2020-10-04T22:35:28Z</updated>
<author>
<name>Reibl János Dániel</name>
<email>jani.reibl3@gmail.com</email>
</author>
<published>2020-10-04T22:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=661f4aaa8a4c25655007a238226d5d14549d083a'/>
<id>urn:sha1:661f4aaa8a4c25655007a238226d5d14549d083a</id>
<content type='text'>
* Move my custom functions and keymaps to userspace to be able to add the STM32F411 variant of my keyboard with mostly the same functionality

* Move keymaps to community layouts

* Remove keymaps from userspace readme.md

Co-authored-by: Janos Daniel Reibl &lt;janos.daniel.reibl@protonmail.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>[Keymap] Added 333fred 5x6_5 keymap (#10272)</title>
<updated>2020-10-04T19:24:35Z</updated>
<author>
<name>Fred Silberberg</name>
<email>fred@silberberg.xyz</email>
</author>
<published>2020-10-04T19:24:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1aacbc44d18a1d23c58561ee17498618a1e6319d'/>
<id>urn:sha1:1aacbc44d18a1d23c58561ee17498618a1e6319d</id>
<content type='text'>
* First pass at manuform layout.

* Updates from actual usage on my board. Fixed a couple of bugs, added a stormlight quote randomizer.

* Use a 32-bit timer that can actually hit 5 minutes.

* Some updates after a day of usage:

* Turn off WPM. It's too inaccurate and takes up a decent amount of space that can be devoted to quotes.
* Turn off the OLEDs after 5 minutes
* Move the keys around a bit.
* Add many more quotes.

* Adjust the quotes to make room for missing and misswritten WoT quote. Adjusted the keymap slightly. Adjust the mods display to include one_shots.

* Revert osm on lgui as it makes start menu search impossible to use.

* Use LTO_ENABLE flag.

* License all of my (333fred's) keymaps as MIT.

* Update users/333fred/rgb.c

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
<entry>
<title>[Keyboard] Add astro65 handwired (#10449)</title>
<updated>2020-09-29T11:30:14Z</updated>
<author>
<name>Brandon Claveria</name>
<email>48102030+swiftrax@users.noreply.github.com</email>
</author>
<published>2020-09-29T11:30:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9f36aa640e9580354928d72d87187d6c80c69bc4'/>
<id>urn:sha1:9f36aa640e9580354928d72d87187d6c80c69bc4</id>
<content type='text'>
* Add pandemic keyboard

* Fix default keymap

* Add via keymap

* Fix via keymap

* Fix keymaps and pandamic.h

* add info.json

* update info.json

* Apply suggestions from code review

* Update keyboards/handwired/swiftrax/pandamic/info.json

* make suggested changes

* Add astro65

* fix info.json

* Apply suggestions from code review

* add more layers for via

* Apply suggestions from code review

* halp

* add other layout

* fix astro65.h

* commit suggestions

* Update keyboards/handwired/swiftrax/astro65/info.json
</content>
</entry>
<entry>
<title>Add Unicode modes for `handwired/riblee_f401:riblee` (#10461)</title>
<updated>2020-09-29T04:48:35Z</updated>
<author>
<name>Reibl János Dániel</name>
<email>jani.reibl3@gmail.com</email>
</author>
<published>2020-09-29T04:48:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=284a5267d5a0bbbeb6b83d4a88b8c64d7f4ab1ba'/>
<id>urn:sha1:284a5267d5a0bbbeb6b83d4a88b8c64d7f4ab1ba</id>
<content type='text'>
* Add unicode modes

* Update keyboards/handwired/riblee_f401/keymaps/riblee/config.h
</content>
</entry>
</feed>
