<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/canoe, 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-09-21T18:27:53Z</updated>
<entry>
<title>[Keyboard] Move more percent boards into the percent directory (#6781)</title>
<updated>2019-09-21T18:27:53Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2019-09-21T18:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fd19795879a92287faa93eb3900ce8d10f89ace3'/>
<id>urn:sha1:fd19795879a92287faa93eb3900ce8d10f89ace3</id>
<content type='text'>
* move canoe into percent directory

* update readme for new make path

* move skog into percent directory

* update readme for new path and new instructions

* update readme

* fix error in naming
</content>
</entry>
<entry>
<title>Cleanup rules.mk for 32A and 328P keyboards (#6767)</title>
<updated>2019-09-21T05:06:32Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-09-21T05:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=de4a47f1cc28c4ef66e7560eac2a50f717070ae2'/>
<id>urn:sha1:de4a47f1cc28c4ef66e7560eac2a50f717070ae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove NO_BACKLIGHT_CLOCK (#6418)</title>
<updated>2019-07-27T00:37:33Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-07-27T00:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0bd03150e5952978e0a7044dcfea1bb617c2390d'/>
<id>urn:sha1:0bd03150e5952978e0a7044dcfea1bb617c2390d</id>
<content type='text'>
</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] Create Boy_314's Canoe layout, small update on xd75 layout (#6060)</title>
<updated>2019-06-03T19:01:49Z</updated>
<author>
<name>Boy_314</name>
<email>32818287+Boy-314@users.noreply.github.com</email>
</author>
<published>2019-06-03T19:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=28539fd67fa684db2a645909b8a4f0225481b6ac'/>
<id>urn:sha1:28539fd67fa684db2a645909b8a4f0225481b6ac</id>
<content type='text'>
* create canoe layout, update caps lock on xd75 layout

* added readme

* fixed copyright comments
</content>
</entry>
<entry>
<title>Fix Canoe keyboard dimensions in info.json</title>
<updated>2019-04-13T08:27:37Z</updated>
<author>
<name>noroadsleft</name>
<email>xxiinophobia@yahoo.com</email>
</author>
<published>2019-03-20T21:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f19d13820604291092ea89c195e962963e72ebb1'/>
<id>urn:sha1:f19d13820604291092ea89c195e962963e72ebb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update canoe/readme (#5014)</title>
<updated>2019-01-31T02:12:43Z</updated>
<author>
<name>Tuan Anh Tran</name>
<email>me@tuananh.org</email>
</author>
<published>2019-01-31T02:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=6debadb101de6deae9089fbbd0c308ec53eeec1e'/>
<id>urn:sha1:6debadb101de6deae9089fbbd0c308ec53eeec1e</id>
<content type='text'>
fix command, pyusb is installed with pip, not brew. remove extra ` in command</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>Modified URLs to point to new locations</title>
<updated>2019-01-13T17:11:18Z</updated>
<author>
<name>Jeremy Bernhardt</name>
<email>bernhardtjeremy@gmail.com</email>
</author>
<published>2019-01-13T00:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c8cbee5d718244dd06fda66a0edf5d4cb73b2434'/>
<id>urn:sha1:c8cbee5d718244dd06fda66a0edf5d4cb73b2434</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn off Mousekeys for several ps2avrGB keyboards (#4502)</title>
<updated>2018-11-28T00:54:43Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2018-11-28T00:54:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a495326aed8292138577387d9124a4b980904d37'/>
<id>urn:sha1:a495326aed8292138577387d9124a4b980904d37</id>
<content type='text'>
* Turn off Mousekeys for jc65

* Turn off Mousekeys for ps2avrGB templates

* Disable mousekeys for bmini and canoe as well
</content>
</entry>
</feed>
