<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/atreus62/keymaps/atreus52, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom/keyboards/atreus62/keymaps/atreus52?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom/keyboards/atreus62/keymaps/atreus52?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-05-30T20:14:59Z</updated>
<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>Migrate ACTION_LAYER_MOMENTARYs to MO() (#5176)</title>
<updated>2019-08-30T22:01:52Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-07-09T22:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=554e4bf25c4bcbf263b2e73c6148b7ea1d520762'/>
<id>urn:sha1:554e4bf25c4bcbf263b2e73c6148b7ea1d520762</id>
<content type='text'>
* Migrate ACTION_LAYER_MOMENTARYs to MO()

* Add changelog entry

* Update docs/ChangeLog/20190830/PR5176.md

Co-Authored-By: skullydazed &lt;skullydazed@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Configurator updates for Atreus62 (#2913)</title>
<updated>2018-05-08T22:55:50Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2018-05-08T22:55:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9d15f484275ed724add608e05552f6e038be1e07'/>
<id>urn:sha1:9d15f484275ed724add608e05552f6e038be1e07</id>
<content type='text'>
* c10r: Atreus62

* Removed bootloader flag from info.json
</content>
</entry>
<entry>
<title>remove all makefiles from keyboard directories</title>
<updated>2017-09-27T18:21:09Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-09-27T18:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=791b9cc6520004f7010072529fdf749750d2d7ca'/>
<id>urn:sha1:791b9cc6520004f7010072529fdf749750d2d7ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove all Makefiles from the keyboards directory. (#1660)</title>
<updated>2017-09-08T17:47:50Z</updated>
<author>
<name>skullydazed</name>
<email>skullydazed@users.noreply.github.com</email>
</author>
<published>2017-09-08T17:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4cdcbdb861589ae23902d0e9cadcf27453623a79'/>
<id>urn:sha1:4cdcbdb861589ae23902d0e9cadcf27453623a79</id>
<content type='text'>
* Remove all Makefiles from the keyboards directory.

* update keymaps added in the last 8 days

* Ignore keyboard/keymap makefiles

* update hand_wire to reflect our new Makefile-less reality

* Update the make guide to reflect the new reality

* move planck keymap options to rules.mk

* update planck keymaps 4real

* trigger travis

* add back build_keyboard.mk

* restore changes to build_keyboard
</content>
</entry>
<entry>
<title>Atreus52- moved parens and braces to left hand.</title>
<updated>2017-06-18T02:51:50Z</updated>
<author>
<name>Jonas Rogers</name>
<email>jprmesh@gmail.com</email>
</author>
<published>2017-06-18T02:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a284245f7776da50865c626bdd5ee5af78df220e'/>
<id>urn:sha1:a284245f7776da50865c626bdd5ee5af78df220e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Atreus52- made dvorak layer default.</title>
<updated>2017-06-18T01:21:46Z</updated>
<author>
<name>Jonas Rogers</name>
<email>jprmesh@gmail.com</email>
</author>
<published>2017-06-18T01:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=85d688e92ca2992c649411b62c70bc8c7ad888ab'/>
<id>urn:sha1:85d688e92ca2992c649411b62c70bc8c7ad888ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Atreus52- added software reset key.</title>
<updated>2017-06-18T01:21:38Z</updated>
<author>
<name>Jonas Rogers</name>
<email>jprmesh@gmail.com</email>
</author>
<published>2017-06-18T01:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4c2f04986adf97f02e336d5a47825ccf304916af'/>
<id>urn:sha1:4c2f04986adf97f02e336d5a47825ccf304916af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Atreus52- Modified BDO map.</title>
<updated>2017-06-18T01:21:30Z</updated>
<author>
<name>Jonas</name>
<email>jonas@Jonass-MacBook-Pro.local</email>
</author>
<published>2017-06-10T02:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3007d01718245672a3fea646f74ecfbe1735443c'/>
<id>urn:sha1:3007d01718245672a3fea646f74ecfbe1735443c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Atreus52- BDO keymap.</title>
<updated>2017-06-18T01:21:21Z</updated>
<author>
<name>Jonas</name>
<email>jonas@Jonass-MacBook-Pro.local</email>
</author>
<published>2017-06-08T21:43:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3b9fabb9aa6fad391063825017878d47a4bdfc08'/>
<id>urn:sha1:3b9fabb9aa6fad391063825017878d47a4bdfc08</id>
<content type='text'>
</content>
</entry>
</feed>
