<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/duck/orion, 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-04-30T06:24:13Z</updated>
<entry>
<title>BACKLIGHT_ON_STATE config.h fixes (#8862)</title>
<updated>2020-04-30T06:24:13Z</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2020-04-30T06:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=37a4b53c4f51b66992e687b5012c83df9cc6b138'/>
<id>urn:sha1:37a4b53c4f51b66992e687b5012c83df9cc6b138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix AVR boards which were overriding backlight without setting… (#8044)</title>
<updated>2020-01-30T23:44:40Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-01-30T23:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4139de3cc9c56a157d78e1e418893d08e3f23bde'/>
<id>urn:sha1:4139de3cc9c56a157d78e1e418893d08e3f23bde</id>
<content type='text'>
* Add backlight custom driver to all boards not declaring it but overriding backlight

* Apply suggestions from code review

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Apply suggestions from code review

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Remove old tmk references from show_options.mk

Co-authored-by: fauxpark &lt;fauxpark@gmail.com&gt;
</content>
</entry>
<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>Remove backlight_init_ports from duck/orion/v3 (#7878)</title>
<updated>2020-01-13T03:49:01Z</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-01-13T03:49:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=af03ff145d914dd5fc7edb17ebe574e42554bd92'/>
<id>urn:sha1:af03ff145d914dd5fc7edb17ebe574e42554bd92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keyboard] Orion Locking Indicator LED Support (#7683)</title>
<updated>2019-12-29T19:16:24Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2019-12-29T19:16:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=64263bbb0255df756dc30467ee6643054d325597'/>
<id>urn:sha1:64263bbb0255df756dc30467ee6643054d325597</id>
<content type='text'>
* add indicator lighting support thanks to Keebology tracing

* set the correct number of underglow LEDs

* add comments and skeletal structure for layer indicator LEDs

* add backlight areas pins

* update readme

* we can't turn leds on based on zones, so we use multiple backlight pin support instead to turn them ALL on and control them.

* add comments to backlight setting

* make a more useful default keymap that can also be used for testing

* add duck orion to list

* add indicator led support

* update readme

* Update keyboards/duck/orion/v3/matrix.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/duck/orion/v3/matrix.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/duck/orion/v3/matrix.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/duck/orion/v3/matrix.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/duck/orion/v3/matrix.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/duck/orion/v3/matrix.c

Co-Authored-By: Drashna Jaelre &lt;drashna@live.com&gt;

* add the appropriate header files

* fix indent so Drashna will not die

* Update keyboards/duck/orion/v3/v3.c

Co-Authored-By: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Update keyboards/duck/orion/v3/keymaps/default/keymap.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/duck/orion/v3/keymaps/default/keymap.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/duck/orion/v3/readme.md

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/duck/orion/v3/readme.md

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/duck/orion/v3/readme.md

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
Co-authored-by: fauxpark &lt;fauxpark@gmail.com&gt;
</content>
</entry>
<entry>
<title>Cleanup rules.mk for 32U4 keyboards, G (#6971)</title>
<updated>2019-10-12T22:57:57Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-10-12T22:57:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=2e7cd98c0644dc0f7f2a5cab5da7b0e019bd0810'/>
<id>urn:sha1:2e7cd98c0644dc0f7f2a5cab5da7b0e019bd0810</id>
<content type='text'>
* Cleanup rules.mk for 32U4 keyboards, G

* Update keyboards/gray_studio/cod67/rules.mk
</content>
</entry>
<entry>
<title>[Keyboard] Preliminary Support for Duck Orion V3 (#6892)</title>
<updated>2019-10-05T05:06:57Z</updated>
<author>
<name>MechMerlin</name>
<email>30334081+mechmerlin@users.noreply.github.com</email>
</author>
<published>2019-10-05T05:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=60b2a9a5ea88321629e970e936652cc1ba786b80'/>
<id>urn:sha1:60b2a9a5ea88321629e970e936652cc1ba786b80</id>
<content type='text'>
* initial commit

* fixup init_rows and read_rows routine

* fixup matrix based on Marcus's tracing info

* add a temporary keymap

* add notes

* use a standard tkl ansi keymap

* turn on that last column

* backslash and backspace row left to fix

* reorg from backslash to pgdn

* got the matrix done but the backspace location at K4N is still suspect

* add reset info into readme

* add qmk configurator support

* add community layout support

* remove uneeded keymap readme

* add a new column just for the reset switch

* change copyright dates

* add cautionary message to readme as we don't know about the lighting condition yet

* Update keyboards/duck/orion/v3/v3.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/duck/orion/v3/v3.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* Update keyboards/duck/orion/v3/v3.c

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;

* change bootloader comments
</content>
</entry>
</feed>
