<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/primekb/prime_o, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom/keyboards/primekb/prime_o?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom/keyboards/primekb/prime_o?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-01-30T19:13:49Z</updated>
<entry>
<title>Trim firmware sizes from default rules.mk, part 3 (#8045)</title>
<updated>2020-01-30T19:13:49Z</updated>
<author>
<name>ridingqwerty</name>
<email>george.g.koenig@gmail.com</email>
</author>
<published>2020-01-30T19:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d2e1cc4d48e5c74453f9ab1a344490f895b2e236'/>
<id>urn:sha1:d2e1cc4d48e5c74453f9ab1a344490f895b2e236</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup rules.mk for 16U2 and 32U2 keyboards (#6768)</title>
<updated>2019-09-19T16:55:14Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-09-19T16:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=44c5be0a3e56c814120ea4e622907b2f0ba92c9a'/>
<id>urn:sha1:44c5be0a3e56c814120ea4e622907b2f0ba92c9a</id>
<content type='text'>
* Cleanup rules.mk for 16U2 and 32U2 keyboards

* Add back Tap Dance build option
</content>
</entry>
<entry>
<title>[Keymap] Update to personal keymaps (#6136)</title>
<updated>2019-06-17T00:35:20Z</updated>
<author>
<name>SpacebarRacecar</name>
<email>42380065+SpacebarRacecar@users.noreply.github.com</email>
</author>
<published>2019-06-17T00:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=83754c114684109b3ac37683e208a5e6e627272b'/>
<id>urn:sha1:83754c114684109b3ac37683e208a5e6e627272b</id>
<content type='text'>
* changes to keymaps

* changes to userspace

* changes to userspace

* removed reference to fc660c keymap which no longer exists from userspace readme

* removed preonic keymap
</content>
</entry>
<entry>
<title>Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)</title>
<updated>2019-06-06T19:09:56Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-06-06T19:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=faaaa134fd436be400aa2c7841b38907899d49a6'/>
<id>urn:sha1:faaaa134fd436be400aa2c7841b38907899d49a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keymap] Added preonic and mechmini 2 keymaps (#5202)</title>
<updated>2019-02-21T17:39:04Z</updated>
<author>
<name>SpacebarRacecar</name>
<email>42380065+SpacebarRacecar@users.noreply.github.com</email>
</author>
<published>2019-02-21T17:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=8a2346eda1e9fbdec71adf023a1337d5536fe1fa'/>
<id>urn:sha1:8a2346eda1e9fbdec71adf023a1337d5536fe1fa</id>
<content type='text'>
* added mechmini2 keymap

* added preonic keymap

* changed readme

* correction to mechmini 2 readme

* changes to preonic keymap
</content>
</entry>
<entry>
<title>Remove CUSTOM_MATRIX option from diode direction (#5090)</title>
<updated>2019-02-18T16:49:51Z</updated>
<author>
<name>zvecr</name>
<email>git@zvecr.com</email>
</author>
<published>2019-02-18T16:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fc069869896c279f175d2d5acf1ef545278c7102'/>
<id>urn:sha1:fc069869896c279f175d2d5acf1ef545278c7102</id>
<content type='text'>
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION

* Remove '#define DIODE_DIRECTION CUSTOM_MATRIX'

* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
</content>
</entry>
<entry>
<title>Adds a default value for IS_COMMAND for COMMAND feature (#4301)</title>
<updated>2019-01-26T23:49:45Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-01-26T23:49:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b05c0e46c6c62972b68518635104fb58927d1a13'/>
<id>urn:sha1:b05c0e46c6c62972b68518635104fb58927d1a13</id>
<content type='text'>
* Add default value for IS_COMMAND for COMMAND feature

* Cleanup and consistency

* Update Templates to reflect change

* Fix IS_COMMAND in template

* Fix IS_COMMAND define

* Use consistent IS_COMMAND block in templates

* Remove unnecessary `#undef IS_COMMAND` directives

* Fix compile issue on orthodox

* Reomve IS_COMMAND option for newer boards

* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting

* Remove a couple of additional IS_COMMAND defines

* Remove remaining redundant IS_COMMAND definitions

* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin

* Remove multiple empty lines in modified config.h files

* Update additional boards

* Reomve IS_COMMAND from newer boards

* Update Alice keyboard

* Remove IS_COMMAND from additional boards

Jan 24th edition
</content>
</entry>
<entry>
<title>[Keymap] Update to personal keymaps and userspace (#4831)</title>
<updated>2019-01-12T17:32:50Z</updated>
<author>
<name>SpacebarRacecar</name>
<email>42380065+SpacebarRacecar@users.noreply.github.com</email>
</author>
<published>2019-01-12T17:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4cde82ef57ff2f00dc637ac41175ace2f551da47'/>
<id>urn:sha1:4cde82ef57ff2f00dc637ac41175ace2f551da47</id>
<content type='text'>
* changed ortho keymaps and userspace

* changed prime_o keymap

* changed userspace

* optimized keymaps and userspace

* removed permissive hold as it doesn't seem to do anything

* defined TAPPING_TERM in userspace config.h
</content>
</entry>
<entry>
<title>Added my Prime_O Layout (#4811)</title>
<updated>2019-01-10T16:21:21Z</updated>
<author>
<name>reasonsandreasons</name>
<email>walterphanley@gmail.com</email>
</author>
<published>2019-01-10T16:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ebbc372f72993123cd24fe27228e8d07c9b8d7fb'/>
<id>urn:sha1:ebbc372f72993123cd24fe27228e8d07c9b8d7fb</id>
<content type='text'>
* initial prime_o commit

* Cleaned up comments, other things.

* Update bakingpy 4x12 keymap and add test mode for debugging/development (#4810)

* Keymap: ave-63's iris layout (#4812)

* Updated keymap to use standard seven-underscore KC_TRNS notation

* initial prime_o commit

* Cleaned up comments, other things.

* Updated keymap to use standard seven-underscore KC_TRNS notation
</content>
</entry>
<entry>
<title>Update to my keymaps and userspace (#4447)</title>
<updated>2018-11-18T15:52:14Z</updated>
<author>
<name>SpacebarRacecar</name>
<email>42380065+SpacebarRacecar@users.noreply.github.com</email>
</author>
<published>2018-11-18T15:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=667e0962eb8c4e1b3ba111bad57c721c347e754a'/>
<id>urn:sha1:667e0962eb8c4e1b3ba111bad57c721c347e754a</id>
<content type='text'>
* fix to prime o keymap

* changed ortho keymaps

* added some symbols to lower layer

* set lower to be a higher layer than raise

* added split layout option with center numpad to prime_o keymap

* added some gaming functionality

* added alt f4 ortho keymaps and userspace

* fixed small error
</content>
</entry>
</feed>
