<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/westfoxtrot/cyclops, branch master</title>
<subtitle>forked from https://github.com/qmk/qmk_firmware</subtitle>
<id>https://git.tsegers.com/qmk_firmware.git/atom/keyboards/westfoxtrot/cyclops?h=master</id>
<link rel='self' href='https://git.tsegers.com/qmk_firmware.git/atom/keyboards/westfoxtrot/cyclops?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/'/>
<updated>2020-01-30T22:10:23Z</updated>
<entry>
<title>Trim firmware size changes from default rules.mk, part 4 (#8046)</title>
<updated>2020-01-30T22:10:23Z</updated>
<author>
<name>ridingqwerty</name>
<email>george.g.koenig@gmail.com</email>
</author>
<published>2020-01-30T22:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=17a089d21b261777f4fa48af34b6e012d69d3945'/>
<id>urn:sha1:17a089d21b261777f4fa48af34b6e012d69d3945</id>
<content type='text'>
* Trim firmware size changes from default-ish rules.mk files

* Trim sizes from westfoxtrot boards
</content>
</entry>
<entry>
<title>Cleanup rules.mk for 32U4 keyboards, T-Z (#7190)</title>
<updated>2019-10-30T04:27:25Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-30T04:27:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b47c10bf6f152d7a5c35fc4f7478aa69e91fb081'/>
<id>urn:sha1:b47c10bf6f152d7a5c35fc4f7478aa69e91fb081</id>
<content type='text'>
* Cleanup rules.mk for 32U4 keyboards, T-Z

* Use atmel-dfu in place of lufa-ms until it exists
</content>
</entry>
<entry>
<title>[Keymap] Add new Cyclops keymap (#6923)</title>
<updated>2019-10-06T14:44:02Z</updated>
<author>
<name>Janne Peippo</name>
<email>peippo@lumous.com</email>
</author>
<published>2019-10-06T14:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f73f71db9c65385d968cebf7471389a99ead6ba5'/>
<id>urn:sha1:f73f71db9c65385d968cebf7471389a99ead6ba5</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>fixed matrix (#5831)</title>
<updated>2019-05-09T16:57:56Z</updated>
<author>
<name>Hannes Egler</name>
<email>hannes.egler@gmail.com</email>
</author>
<published>2019-05-09T16:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=94c4b6bd740bf1dbc2ff45a4a5f6385d06440ef0'/>
<id>urn:sha1:94c4b6bd740bf1dbc2ff45a4a5f6385d06440ef0</id>
<content type='text'>
</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>refactored cyclops keyboard project (#4734)</title>
<updated>2018-12-28T23:07:47Z</updated>
<author>
<name>Max</name>
<email>17062872+westfoxtrot@users.noreply.github.com</email>
</author>
<published>2018-12-28T23:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2c6c483096f2ec1f37943975e9d62b901884c835'/>
<id>urn:sha1:2c6c483096f2ec1f37943975e9d62b901884c835</id>
<content type='text'>
* refactored cyclops keyboard project

Moved the files into a subfolder to allow consistency in preparation for additional commits to come in the future.

made some small adjustments to the configuration and keymap

* Update keyboards/westfoxtrot/cyclops/keymaps/default/keymap.c

Co-Authored-By: westfoxtrot &lt;17062872+westfoxtrot@users.noreply.github.com&gt;

* Update keyboards/westfoxtrot/cyclops/readme.md

Co-Authored-By: westfoxtrot &lt;17062872+westfoxtrot@users.noreply.github.com&gt;

* Update keyboards/westfoxtrot/cyclops/readme.md

Co-Authored-By: westfoxtrot &lt;17062872+westfoxtrot@users.noreply.github.com&gt;

* Update keyboards/westfoxtrot/cyclops/readme.md

Co-Authored-By: westfoxtrot &lt;17062872+westfoxtrot@users.noreply.github.com&gt;
</content>
</entry>
</feed>
