<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/iris/rev1_led, 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-02-13T00:57:24Z</updated>
<entry>
<title>[Keyboard] Move Keebio boards to own folder (#5109)</title>
<updated>2019-02-13T00:57:24Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2019-02-13T00:57:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=b2ee290c9f506e42dd9c4577c8147646c405aeb0'/>
<id>urn:sha1:b2ee290c9f506e42dd9c4577c8147646c405aeb0</id>
<content type='text'>
* Move boards into keebio folder

* Rename keymap

* Update BDN9 files

* Update BFO-9000 files

* Update Chocopad files

* Update Dilly files

* Update Fourier files, collapse rev1 into main

* Update Iris files

* Update Laplace files

* Update Levinson files, fix buswerks keymap

* Update Nyquist files

* Fix keymap issues

* Update Quefrency files

* Update Rorschach files

* Update TF68 files

* Update Viterbi files

* Update Viterbi files

* Update Wavelet files

* Reformat default layout

* Fix up default folder for Iris

* Remove already defined aliases
</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>[Keyboard] Iris via support, Rev 3 updates (#4849)</title>
<updated>2019-01-15T22:04:56Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2019-01-15T22:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c768ffeb33e8635f1ef6fa46928a5b992ee8aae9'/>
<id>urn:sha1:c768ffeb33e8635f1ef6fa46928a5b992ee8aae9</id>
<content type='text'>
* Add encoder support

* Add VIA support to Iris Rev. 3

* Update pinout and disable mouse keys to free up space

* Rollout VIA support to all Iris revisions

* Update default keymap

* Update vendor ID
</content>
</entry>
<entry>
<title>Make quantum/split_common/serial.[ch] configurable (#4419)</title>
<updated>2018-12-14T19:00:10Z</updated>
<author>
<name>Takeshi ISHII</name>
<email>2170248+mtei@users.noreply.github.com</email>
</author>
<published>2018-12-14T19:00:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=155e9310ff685f557287749bef2e02510538a6d9'/>
<id>urn:sha1:155e9310ff685f557287749bef2e02510538a6d9</id>
<content type='text'>
* add temporary compile test shell script

* add 'CONFIG_H += serial_backward_compatibility.h' into common_features.mk:SPLIT_KEYBOARD block

* add quantum/split_common/serial_backward_compatibility.h

SERIAL_PIN_PORT and other PIN define move to serial_backward_compatibility.h
SERIAL_BACKLIT_START move to split_util.h

* quantum/split_common/serial.c change to helix-serial.c style serial configuration

* add temporary file quantum/split_common/split-keyboards-list.txt

* add '#define SOFT_SERIAL_PIN D0' to keyboards/6lit/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/divergetm2/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/ergotravel/rev1/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/foobar/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/dactyl_manuform/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/qc60/config.h

* add '//#define SOFT_SERIAL_PIN D0' to keyboards/handwired/xealous/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/iris/rev*/config.h

* add '//#define SOFT_SERIAL_PIN D0' to keyboards/lets_split_eh/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/levinson/rev*/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/miniaxe/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/nyquist/rev?/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/quefrency/rev1/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/qwertyydox/config.h,keyboards/qwertyydox/rev1/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/redox/rev1/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/rorschach/rev1/config.h

* remove '#define SOFT_SERIAL_PIN D0' from quantum/split_common/serial_backward_compatibility.h

* remove temporary file quantum/split_common/split-keyboards-list.txt

* remove temporary compile test shell script

* Revert "remove temporary compile test shell script"

This reverts commit 15b0021b4092127b8d8a21f572642ad3702b46d4.

* update quantum/split_common/compile_split_test.sh for new keyboard test

* add '#define SOFT_SERIAL_PIN D0' to keyboards/diverge3/config.h

* add '#define SOFT_SERIAL_PIN D0' to keyboards/40percentclub/25/config.h

* remove temporary compile test shell script

* update docs/config_options.md, quantum/template/avr/config.h

* fix quantum/template/avr/config.h

* fix typo  docs/config_options.md
</content>
</entry>
<entry>
<title>Update iris 3 (#4307)</title>
<updated>2018-10-31T21:43:39Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2018-10-31T21:43:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=bd6d6d93f26578baf7ef1d05d51963d8c38ee7c9'/>
<id>urn:sha1:bd6d6d93f26578baf7ef1d05d51963d8c38ee7c9</id>
<content type='text'>
* Fix incorrect LED pin assignment

* Strip out extra newline
</content>
</entry>
<entry>
<title>Remove all of the deprecated RGB defines</title>
<updated>2018-10-22T18:55:57Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2018-10-22T17:26:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7e99d869deb57251dc15620beff34d5fd53066e4'/>
<id>urn:sha1:7e99d869deb57251dc15620beff34d5fd53066e4</id>
<content type='text'>
Fixes #3641
</content>
</entry>
<entry>
<title>Add Iris Rev. 3</title>
<updated>2018-10-15T17:56:46Z</updated>
<author>
<name>Danny Nguyen</name>
<email>danny@keeb.io</email>
</author>
<published>2018-10-09T02:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=85f315ad6508d96af4497ea433c54f13c0296a90'/>
<id>urn:sha1:85f315ad6508d96af4497ea433c54f13c0296a90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keyboard: Clean up Iris files (#3640)</title>
<updated>2018-08-13T19:38:49Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2018-08-13T19:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e12151f15e49191b48d88eb428e010dc020fbc14'/>
<id>urn:sha1:e12151f15e49191b48d88eb428e010dc020fbc14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for Swap Hands feature to Orthodox and Iris (#2933)</title>
<updated>2018-05-14T14:15:48Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2018-05-14T14:15:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=f42ec8aa866386ed0ab8faf7acf9c396aa482519'/>
<id>urn:sha1:f42ec8aa866386ed0ab8faf7acf9c396aa482519</id>
<content type='text'>
* Add support for Swap Hands feature to Orthodox and Iris

* Fix hag's iris keymap to use LAYOUT properly

* Fix Swedish's Iris Keymap

* Fix Drashna's Orthodox keymaps, because he's an idiot
</content>
</entry>
<entry>
<title>More Configurator Warning Fixes (#2716)</title>
<updated>2018-04-08T06:32:14Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2018-04-08T06:32:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1f778684276e90609c183045a72c96c3c12d452c'/>
<id>urn:sha1:1f778684276e90609c183045a72c96c3c12d452c</id>
<content type='text'>
* mf68_ble did not have the correct .c and .h files

* Fix JC65 KEYMAP to LAYOUT

* Change KEYMAP to LAYOUT for s60_x

* Convert KEYMAP to LAYOUT for lets_split boards

* Convert KEYMAP to LAYOUT

* more fixes to keymap for iris

* convert KEYMAP to LAYOUT for levinson keyboard

* change losinggeneration's KEYMAP to LAYOUT

* convert KEYMAP to LAYOUT

* convert KEYMAP to LAYOUT for nyquist

* convert KEYMAP to LAYOUT

* convert KEYMAP to LAYOUT for viterbi

* convert KEYMAP to LAYOUT

* convert KEYMAP and its subsidiries to the LAYOUT standard

* convert KEYMAP and its subsidiries to the new LAYOUT standard
</content>
</entry>
</feed>
