<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/ergodash/rev1/keymaps, 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>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>[Keymap] shadowprogr's personal keymap (#8497)</title>
<updated>2020-03-24T07:13:45Z</updated>
<author>
<name>Hoàng Vương</name>
<email>shadowprogr@gmail.com</email>
</author>
<published>2020-03-24T07:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3b05f25221ec9274b6bcc9d2a68085e13c8fcca7'/>
<id>urn:sha1:3b05f25221ec9274b6bcc9d2a68085e13c8fcca7</id>
<content type='text'>
* Add personal keymap

* Add keymap readme.md

* Update keymap
</content>
</entry>
<entry>
<title>Add tw1t611 ergodash keymap. (#8377)</title>
<updated>2020-03-19T03:08:36Z</updated>
<author>
<name>tw1t611</name>
<email>daniel.schindler93@gmail.com</email>
</author>
<published>2020-03-19T03:08:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=aeab11da8857e5e6d9959993b96782811fbd0a26'/>
<id>urn:sha1:aeab11da8857e5e6d9959993b96782811fbd0a26</id>
<content type='text'>
* Add tw1t611 ergodash keymap.

* Fix keycodes. Change kc_rctl to kcb rsft.

* Change block to enum layers.

* Remove blackslahs.

* Remove last slash. Align row.

* Use new german keymap.

* Fix typo.

Co-authored-by: Daniel Schindler &lt;client55@protonmail.com&gt;</content>
</entry>
<entry>
<title>[Keymap] Adding ergodash/rev1:nopunin10did (#8098)</title>
<updated>2020-02-09T03:54:10Z</updated>
<author>
<name>nopunin10did</name>
<email>w.alex.ronke@gmail.com</email>
</author>
<published>2020-02-09T03:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2fe288d01d1f15cd2bcfcf6f4282f728da6ea7be'/>
<id>urn:sha1:2fe288d01d1f15cd2bcfcf6f4282f728da6ea7be</id>
<content type='text'>
* Adding ergodash/rev1:nopunin10did

* Update keyboards/ergodash/rev1/keymaps/nopunin10did/keymap.c

* Update keyboards/ergodash/rev1/keymaps/nopunin10did/keymap.c

* Update keyboards/ergodash/rev1/keymaps/nopunin10did/readme.md
</content>
</entry>
<entry>
<title>Remove keymap_config extern from default keymaps (#7399)</title>
<updated>2019-11-20T22:31:36Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-11-20T22:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e6b9980bd45c186f7360df68c24b6e05a80c10dc'/>
<id>urn:sha1:e6b9980bd45c186f7360df68c24b6e05a80c10dc</id>
<content type='text'>
* Remove keymap_config extern from default keymaps

* Revert unicode

Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :(

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;
</content>
</entry>
<entry>
<title>[Keymap] Ergodash keymap for yet-another-developer (#7046)</title>
<updated>2019-10-20T18:07:56Z</updated>
<author>
<name>Yet Another Developer</name>
<email>50936645+yet-another-developer@users.noreply.github.com</email>
</author>
<published>2019-10-20T18:07:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3d53ea439c277e49cd4149a6caea727304f41ace'/>
<id>urn:sha1:3d53ea439c277e49cd4149a6caea727304f41ace</id>
<content type='text'>
* Initialize ergodash rev 1 keymap

./util/new_keymap.sh ergodash/rev1 yet-another-developer

* Add user space configurations referenced from drashna

* Start community layout for ergodash in ortho_5x14

* Remove unused layers

* Add userspace layers

* Add Userspace gitignore

Hide Secrets

* Remove userspace unused drashna features

* Scrap default keymap and follow drashna's template

* Add code referenced from kuchosauronad0

* Make sure that the author is named Developer

* Replace middle keys del and bksp with curly brace

* Reduce ONESHOT_TIMEOUT from 3sec to 2sec

* Remove adjust key AG_SWAP

* Disable UNICODEMAP_ENABLE, remove code causing build fail

* Increase TAPPING_TERM to 240

Reason:  Because Space is also LOWER, space sometimes not registering.
PS: I dont want to #define RETRO_TAPPING yet

* Update KC_MAKE to use :flash

* Remove TAP_ONCE, use tap_code

Signed-off-by: Developer &lt;anotherdeveloper@icloud.com&gt;

* Remove redundant code implementation of keyboard_post_init_user

https://github.com/qmk/qmk_firmware/pull/7046

users/yet-another-developer/leader.c
```
  static bool has_ran_yet;
  if (!has_ran_yet) {
    has_ran_yet = true;
    startup_user();
```
Comment for lines +11  – +14
 @drashna: Not needed anymore. You can use keyboard_post_init_user now.

Signed-off-by: Developer &lt;anotherdeveloper@icloud.com&gt;
</content>
</entry>
<entry>
<title>[Keymap] style cleanup of GreenShadowMaker's keymap (#6736)</title>
<updated>2019-09-15T03:15:56Z</updated>
<author>
<name>GreenShadowMaker</name>
<email>39226745+GreenShadowMaker@users.noreply.github.com</email>
</author>
<published>2019-09-15T03:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=8294a0de2c573a6b4ea536a9be11fd78e486ff5a'/>
<id>urn:sha1:8294a0de2c573a6b4ea536a9be11fd78e486ff5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keymap] Added m47ch4n keymap (#6673)</title>
<updated>2019-09-15T02:53:52Z</updated>
<author>
<name>m47ch4n</name>
<email>m47ch4n@gmail.com</email>
</author>
<published>2019-09-15T02:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a4581e6620677e16e506e459de5a53407be4a04f'/>
<id>urn:sha1:a4581e6620677e16e506e459de5a53407be4a04f</id>
<content type='text'>
* Add m47ch4n's keymap

* Modify keymap

* Format m47ch4n keymap.c using clang-format

* Modify layer updater

* Fix wrong key repeating bug

* Add readme and QMK Configurator json

* Fix layer updateter

* Add Raise layer

* Add kana keys
</content>
</entry>
<entry>
<title>Add ergodash layout, update the backlight numbers for the rgb backlight to be the actual intended colors.</title>
<updated>2019-06-20T16:25:41Z</updated>
<author>
<name>Fredric Silberberg</name>
<email>fred@silberberg.xyz</email>
</author>
<published>2019-06-19T07:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b36bb58b7624533022dc38b02421c9f1d1f3f2e1'/>
<id>urn:sha1:b36bb58b7624533022dc38b02421c9f1d1f3f2e1</id>
<content type='text'>
</content>
</entry>
</feed>
