<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/espectro, 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-01-29T17:51:25Z</updated>
<entry>
<title>Trim firmware sizes from default rules.mk, part 1 (#8027)</title>
<updated>2020-01-29T17:51:25Z</updated>
<author>
<name>ridingqwerty</name>
<email>george.g.koenig@gmail.com</email>
</author>
<published>2020-01-29T17:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=66fe3001e4355d69f5fb8f08ceab9dab793777ef'/>
<id>urn:sha1:66fe3001e4355d69f5fb8f08ceab9dab793777ef</id>
<content type='text'>
* Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files

* Correct some 'rules.mk' in boards buried under vendor folders

* PR8027 patch

Co-authored-by: GeorgeKoenig &lt;35542036+GeorgeKoenig@users.noreply.github.com&gt;
Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Cleanup rules.mk for 32U4 keyboards, A-F (#6804)</title>
<updated>2019-10-05T18:09:35Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-05T18:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e8b65d01709c2ebdf50c0aa95963d200fa4fa4c6'/>
<id>urn:sha1:e8b65d01709c2ebdf50c0aa95963d200fa4fa4c6</id>
<content type='text'>
* Cleanup rules.mk for 32U4 keyboards, A-F

* Put back stuff in VIA keymaps
</content>
</entry>
<entry>
<title>Run dos2unix on whole repo (#6644)</title>
<updated>2019-09-01T16:09:43Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-09-01T16:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=bf558e42fda6ab83c811924fed9da0b4385c5a70'/>
<id>urn:sha1:bf558e42fda6ab83c811924fed9da0b4385c5a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keyboard] Espectro: add LAYOUT_split_bs_joined_right data to QMK Configurator (#6289)</title>
<updated>2019-07-09T14:17:37Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2019-07-09T14:17:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=3184303037ed3344c145d2cd8751a2c550631a78'/>
<id>urn:sha1:3184303037ed3344c145d2cd8751a2c550631a78</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>Fix Espectro Mac keymap and add new layout option (#4923)</title>
<updated>2019-02-18T17:59:08Z</updated>
<author>
<name>upinthecloudz</name>
<email>46974709+upinthecloudz@users.noreply.github.com</email>
</author>
<published>2019-02-18T17:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=0cee0764fd9d53d6bb835e2db2340f2541870386'/>
<id>urn:sha1:0cee0764fd9d53d6bb835e2db2340f2541870386</id>
<content type='text'>
* Fix Espectro Mac keymap and add new layout option

* Fix keymap

* Fix keymap
</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: added my espectro keymap (#4791)</title>
<updated>2019-01-06T18:36:24Z</updated>
<author>
<name>mikethetiger</name>
<email>30720424+mikethetiger@users.noreply.github.com</email>
</author>
<published>2019-01-06T18:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4aaa4b3428367c0bee187c17dc05063b10284502'/>
<id>urn:sha1:4aaa4b3428367c0bee187c17dc05063b10284502</id>
<content type='text'>
* adding my planck keymap

* adding my planck keymap

* added my espectro keymap
</content>
</entry>
<entry>
<title>Keyboard: Espectro refactor and Configurator support (#4666)</title>
<updated>2018-12-18T17:16:06Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2018-12-18T17:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=584a7a03952dc5950b22fa4d035dc1c8ee98c87f'/>
<id>urn:sha1:584a7a03952dc5950b22fa4d035dc1c8ee98c87f</id>
<content type='text'>
* Espectro: layout macro refactor

- updated to #pragma once method
- restructure LAYOUT_all data as block comment
  - Configurator was reading the LAYOUT_all macro even though it was commented out.
- updated all keyswitch arguments to use K&lt;ROW&gt;&lt;COLUMN&gt; notation
- add LAYOUT_iso macro
- add info.json file for Configurator support

* Espectro: keymap refactor

- deleted unused MODS_CTRL_MASK definitions
- iso keymap refactored to use LAYOUT_iso macro
- default and iso keymaps refactored for readability
</content>
</entry>
<entry>
<title>Add Espectro ISO layout (#4479)</title>
<updated>2018-11-26T15:57:30Z</updated>
<author>
<name>Will Homer</name>
<email>392260+WillFour20@users.noreply.github.com</email>
</author>
<published>2018-11-26T15:57:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ccd4da941cb38839b60994302d453821fb88a1b1'/>
<id>urn:sha1:ccd4da941cb38839b60994302d453821fb88a1b1</id>
<content type='text'>
* Add Espectro ISO layout

* Remove unused define from Espectro ISO layout
</content>
</entry>
</feed>
