<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/planck/keymaps/default, 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>2019-11-20T22:31:36Z</updated>
<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>[Keyboard] Use GPIO macros for E6 LED in Planck and Preonic default keymaps (#7098)</title>
<updated>2019-10-21T05:38:22Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-21T05:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=97b8ade1aa7dd96027d10dc92da2a2ccbde61b8c'/>
<id>urn:sha1:97b8ade1aa7dd96027d10dc92da2a2ccbde61b8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keymap] Update Planck Layer Diagram To Match Layer (#6712)</title>
<updated>2019-09-19T01:38:56Z</updated>
<author>
<name>Alex Mayer</name>
<email>amayer5125@gmail.com</email>
</author>
<published>2019-09-19T01:38:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7142b604058483a99a5fd476d5c95aa6ac52a1f8'/>
<id>urn:sha1:7142b604058483a99a5fd476d5c95aa6ac52a1f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keyboard] Fix compile issues for OLKB Default keymaps (#6751)</title>
<updated>2019-09-17T23:50:04Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-09-17T23:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=37c29961379f39dd60f173b4b82df41a4f80b078'/>
<id>urn:sha1:37c29961379f39dd60f173b4b82df41a4f80b078</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keyboard] Fix default keymaps for OLKB boards to play Startup Sound (#6721)</title>
<updated>2019-09-15T02:59:44Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-09-15T02:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=6c871408dfe971dce72910a0868b564eb8e76e27'/>
<id>urn:sha1:6c871408dfe971dce72910a0868b564eb8e76e27</id>
<content type='text'>
* Fix Planck default keymap to play sounds on rev6

The dip_switch_update callback was overriding the default startup sound.  This should prevent that from happening, and still allow it to play sounds, or stop them, when appropriate.

* Fix Preonic default keymap to play sounds on Rev 3

The dip_switch_update callback was overriding the default startup sound.  This should prevent that from happening, and still allow it to play sounds, or stop them, when appropriate.
</content>
</entry>
<entry>
<title>fix missing music mode legend (#6686)</title>
<updated>2019-09-06T21:36:40Z</updated>
<author>
<name>Silvio Gulizia</name>
<email>desk@silviogulizia.com</email>
</author>
<published>2019-09-06T21:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ac8f8a89141fb6830c1e510d0325092e549e9840'/>
<id>urn:sha1:ac8f8a89141fb6830c1e510d0325092e549e9840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Dip Switch as a core feature (#6140)</title>
<updated>2019-09-03T15:34:31Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-09-03T15:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=dab4967f1bebc9a70374ed3e1fe7906828b280c2'/>
<id>urn:sha1:dab4967f1bebc9a70374ed3e1fe7906828b280c2</id>
<content type='text'>
* Add Dip Switches as a core feature

* Add documentation for Dip Switch feature

* Update Preonic Rev3 to use new feature and remove custom matrix

* Apply suggestions from code review

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Remove custom matrix line completely

Rather than just disabling it

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* DIP changes

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Use better check for DIP Switch configuration

* Add to show features

* Add bitmask callback for dip switch

* Fix OLKB Boards dip switch config

* Update docs to include bitmask example

* Fix comments/documentation

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Fix issues with docs and use example from @tuzonghua

* Fix wording

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Fix example to use proper formatting

Bad, BAAAAAAD drashna!!!

* Handle dip switch initialization better
</content>
</entry>
<entry>
<title>[Keyboard] Updates to ZSA boards  (#6513)</title>
<updated>2019-08-22T00:19:07Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-08-22T00:19:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=94efa18c28c8c0e08526c9665a8f0d6a4e7d3e96'/>
<id>urn:sha1:94efa18c28c8c0e08526c9665a8f0d6a4e7d3e96</id>
<content type='text'>
* Update Layer functions to use layer_state_t in ZSA Boards

* Update Music Mask for ZSA boards

Fixes an issue with the board getting stuck on Adjust layer when activating music mode

* Add Support for SMART LED Toggle to Planck EZ

* Add support for SMART LED toggle in Ergodox EZ

* Ifdef swiss cheeze for Oryx Configurator

* Documentation and updates

* Add Oryx Keymap

* Add option to configure the layers for the Layer Indicator

* Update keymap with better examples

* Make sure eeprom is initialized before reading from it

* Force flush of LED matrix when suspending board

This fixes an issue where the LEDs don't fully clear sometimes when the host system goes to sleep

* Enable RGB Sleeping by default

* Add clarification about planck ez led layer config
</content>
</entry>
<entry>
<title>added missing comment of RGB control keys planck/rev6 (#6503)</title>
<updated>2019-08-07T15:06:42Z</updated>
<author>
<name>dsanchezseco</name>
<email>d.seco@protonmail.com</email>
</author>
<published>2019-08-07T15:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=74d7d232e316b52c0d02eec3c8147166c5b272aa'/>
<id>urn:sha1:74d7d232e316b52c0d02eec3c8147166c5b272aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keymap] Fix Comment Styling (#6324)</title>
<updated>2019-07-15T02:32:40Z</updated>
<author>
<name>Alex Mayer</name>
<email>amayer5125@gmail.com</email>
</author>
<published>2019-07-15T02:32:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=21fc6be41bd2a72ad52b00db8c9386e17bacd87f'/>
<id>urn:sha1:21fc6be41bd2a72ad52b00db8c9386e17bacd87f</id>
<content type='text'>
</content>
</entry>
</feed>
