<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/preonic/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>2020-09-22T20:02:01Z</updated>
<entry>
<title>[Keymap] Add pezhore preonic keymap (#10269)</title>
<updated>2020-09-22T20:02:01Z</updated>
<author>
<name>Brian Marsh</name>
<email>pezhore@gmail.com</email>
</author>
<published>2020-09-22T20:02:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9c31a7adbabccbe34b12affd6b3f582c0cce10a5'/>
<id>urn:sha1:9c31a7adbabccbe34b12affd6b3f582c0cce10a5</id>
<content type='text'>
* Squashing commits - adding preonic keymap

This adds a custom keymap, including numpad layer, emoji, and kamoji
key mappings.

* Removing unnecessary trailing backslash characters

* removing the unnecessary json keymap

* removing unnecessary trailing slashes from the default keymap

* switching to tap_code

* Apply suggestions from code review

This should enable a toggleable numpad

* adding license

* Stripping out FN keycodes in favor of a momentary layer
</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>remove accidental characters in default preonic keymap (#6748)</title>
<updated>2019-09-16T04:13:44Z</updated>
<author>
<name>Michael Torres</name>
<email>torresmi@mail.gvsu.edu</email>
</author>
<published>2019-09-16T04:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a9c1a5a87348f7079c073241f5333ed4051fbde6'/>
<id>urn:sha1:a9c1a5a87348f7079c073241f5333ed4051fbde6</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>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> Cleanup Default Keymaps  (#5442)</title>
<updated>2019-03-19T19:57:40Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-03-19T19:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0072fdd799ffe61bf64f12c23335da3adeb083e5'/>
<id>urn:sha1:0072fdd799ffe61bf64f12c23335da3adeb083e5</id>
<content type='text'>
* Cleanup Default Keymaps to conform to QMK Firmware standards

* Minor fixes

* Revert some changes
</content>
</entry>
<entry>
<title>Fixed default Preonic keymap's encoder hadnling (#5067)</title>
<updated>2019-02-06T19:35:45Z</updated>
<author>
<name>adiron</name>
<email>adi@adiron.me</email>
</author>
<published>2019-02-06T19:35:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=80e733798a808ba1cf0d5371360c152fbb933717'/>
<id>urn:sha1:80e733798a808ba1cf0d5371360c152fbb933717</id>
<content type='text'>
The function had the wrong name &amp; arguments. This commit fixes this.
This in turn should also close issue #4997</content>
</entry>
<entry>
<title>adds support for preonic rev 3</title>
<updated>2018-07-21T03:09:25Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2018-07-20T03:57:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1572375bfbdb231c3373a6300fbb7e2ca195d9be'/>
<id>urn:sha1:1572375bfbdb231c3373a6300fbb7e2ca195d9be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert all Preonic keymaps to layout format (#2644)</title>
<updated>2018-04-01T02:39:00Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2018-04-01T02:39:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=deb5a4b6a9b99c4aa294608cbf6be821b1d46917'/>
<id>urn:sha1:deb5a4b6a9b99c4aa294608cbf6be821b1d46917</id>
<content type='text'>
* Convert all Preonic keymaps to layout format

* Make sure preonic layouts are using QMK_KEYBOARD_H
</content>
</entry>
<entry>
<title>shrink preonic by a bit</title>
<updated>2017-11-15T02:23:26Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-11-15T02:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=607876187da4027fdef5d5338bb49faf433fbf37'/>
<id>urn:sha1:607876187da4027fdef5d5338bb49faf433fbf37</id>
<content type='text'>
</content>
</entry>
</feed>
