<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/layouts/community/ergodox, 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-04T19:24:35Z</updated>
<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>[Keymap] update kejadlen keymaps (#9954)</title>
<updated>2020-08-19T02:21:50Z</updated>
<author>
<name>Alpha Chen</name>
<email>alpha@kejadlen.dev</email>
</author>
<published>2020-08-19T02:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d9fe85592365259120d9f9e9cd24c8536ab95b98'/>
<id>urn:sha1:d9fe85592365259120d9f9e9cd24c8536ab95b98</id>
<content type='text'>
Standardizing my keymaps under my username, rather than a keymap name.</content>
</entry>
<entry>
<title>Update miryoku (#9442)</title>
<updated>2020-06-23T05:30:05Z</updated>
<author>
<name>Manna Harbour</name>
<email>51143715+manna-harbour@users.noreply.github.com</email>
</author>
<published>2020-06-23T05:30:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f0bde7906d35c1955a39251659e80d41caccbc54'/>
<id>urn:sha1:f0bde7906d35c1955a39251659e80d41caccbc54</id>
<content type='text'>
- Add mouse buttons overlay layer
- Change button order
- Remove crkbd hardware specifics
- Add alternative base layer alphas
- Change title
- Add logo
- Reword intro text
- Add dev branch and new commits links
- Replace manual toc and remove anchors
- Unindent lists
- Reduce headings
- Update docs
- Build keymap as object instead of including .c file
- Add kle subset mapping images
- Add alternative mapping support
- Change default mapping for ortho_4x12
- Add split mapping for ortho_4x12
- Add contact section
- Add #pragma once to layout and keyboard config.h</content>
</entry>
<entry>
<title>[Keymap] Drashna's Keymap Update - Display Edition (#9282)</title>
<updated>2020-06-15T10:41:28Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2020-06-15T10:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=357a888d805c21c9cb4917f55d558195e8b85db5'/>
<id>urn:sha1:357a888d805c21c9cb4917f55d558195e8b85db5</id>
<content type='text'>
OLED Display fixes
Add support for RGBLIGHT Layers
Add gaming layer to corn and kyria
RGBLight Startup Animation fixes and improvements (uses matrix_scan now!)
Pimoroni Trackball support added (IT'S RGB!!!)
Fix issues due to code changes</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>Update j3rn keymap (#9100)</title>
<updated>2020-05-15T18:14:47Z</updated>
<author>
<name>Jonathan Arnett</name>
<email>jonarnett90@gmail.com</email>
</author>
<published>2020-05-15T18:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ebc274209e22bbe4e74fc750cf3eb6492283678e'/>
<id>urn:sha1:ebc274209e22bbe4e74fc750cf3eb6492283678e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add naked60 layout, clean up my userspace files and rules.mk. (#8848)</title>
<updated>2020-04-20T10:00:14Z</updated>
<author>
<name>Fred Silberberg</name>
<email>fred@silberberg.xyz</email>
</author>
<published>2020-04-20T10:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2dca087b04c14197b70ed4295139e0c4a40562d9'/>
<id>urn:sha1:2dca087b04c14197b70ed4295139e0c4a40562d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes to my Ergodox &amp; Planck keymaps (#8622)</title>
<updated>2020-04-01T23:03:52Z</updated>
<author>
<name>Xyverz</name>
<email>xyverz@gmail.com</email>
</author>
<published>2020-04-01T23:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0742f9fc96f65c8215bcb6d6e998e1e06463cdb0'/>
<id>urn:sha1:0742f9fc96f65c8215bcb6d6e998e1e06463cdb0</id>
<content type='text'>
* Changes to my Ergodox &amp; Planck keymaps

* Fixed Typos

Corrected some typos and omissions to my Ergodox layout and readme

* Fixed Typos

Fixed some typos in my ErgoDox Readme and keymap.c files</content>
</entry>
<entry>
<title>[Keymap] Drashna's Cleanup and RGB Divide (#8506)</title>
<updated>2020-03-31T23:26:43Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2020-03-31T23:26:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c67e30459390982f4f1b47f46c62322f1fe9ba87'/>
<id>urn:sha1:c67e30459390982f4f1b47f46c62322f1fe9ba87</id>
<content type='text'>
* Enable External EEPROM on Planck Rev6

* Update KC_MAKE macro to use qmk cli util

* Disable additional gradients for rgb matrix

* Update analog code for newer methods

* Update ergodox layout

* Disable Grave Escape

* Cleanup OLED code a bit

* Remove old unicode code

* Seperate RGB Matrix code from RGB Light code in userspace

* Massive overhaul an generalization of personal OLED code

Now lets hope I NEVER get a keyboard using a 128x32 in a normal orientation.

* Super tiny cleanup

* Enable Diablo layer on kyria

* clang format pass

* Additional OLED cleanup</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>
</feed>
