<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/keebio/quefrency, 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-10-02T16:26:05Z</updated>
<entry>
<title>Add joestrong keymap for quefrency rev 2 (#10503)</title>
<updated>2020-10-02T16:26:05Z</updated>
<author>
<name>Joe Strong</name>
<email>joestrong@gmail.com</email>
</author>
<published>2020-10-02T16:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4bbef61d60c9ee3f85569ddcc6366e362b687a54'/>
<id>urn:sha1:4bbef61d60c9ee3f85569ddcc6366e362b687a54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better handle LTO_ENABLE (#9832)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2020-08-22T08:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=92385b3fb617326b129609726020453c8949c7f8'/>
<id>urn:sha1:92385b3fb617326b129609726020453c8949c7f8</id>
<content type='text'>
* Better handle LTO_ENABLE

Especially when calling from command line

* Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE

* Remove long for LTO from show_options.mk</content>
</entry>
<entry>
<title>Keebio RGB wiring update (#7754)</title>
<updated>2020-08-29T21:30:02Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2020-08-12T15:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ea43bc8972d254e75062ac20472b156fd3d92ddc'/>
<id>urn:sha1:ea43bc8972d254e75062ac20472b156fd3d92ddc</id>
<content type='text'>
* Change RGB wiring for Levinson

* Update RGB wiring for Iris

* Update RGB wiring for Nyquist

* Update RGB wiring for Quefrency

* Update RGB wiring for Viterbi

* Update RGB wiring for Fourier

* Update RGB wiring for BFO

* Handle redefinition of RGBLED_SPLIT</content>
</entry>
<entry>
<title>Switch bcat Chrome OS media keys workaround from mouse keys to NKRO (#9790)</title>
<updated>2020-07-23T14:27:01Z</updated>
<author>
<name>Jonathan Rascher</name>
<email>jon@bcat.name</email>
</author>
<published>2020-07-23T14:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d699fd1fb4127c9a0c13eaa1348b934ccd639627'/>
<id>urn:sha1:d699fd1fb4127c9a0c13eaa1348b934ccd639627</id>
<content type='text'>
* Switch Chrome OS mouse keys workaround to NKRO

* Add NKRO toggle to keymaps

* USE NK_TOGG keycode instead of defining my own</content>
</entry>
<entry>
<title>Quefrency rev1: Fix default VIA layout options (#9618)</title>
<updated>2020-07-01T20:32:21Z</updated>
<author>
<name>Sergey Vlasov</name>
<email>sigprof@gmail.com</email>
</author>
<published>2020-07-01T20:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=d4dc2a577fbf6de948336288c6ca12359b48e50b'/>
<id>urn:sha1:d4dc2a577fbf6de948336288c6ca12359b48e50b</id>
<content type='text'>
Apparently VIA allocates bits in the layout options field from the
lowest bit, but starting from the **last** option defined in the JSON
file.  So the default value 0x06 was actually trying to set the value
`3` (`0b11`) for the second-to-last option ("Right Shift"), which had
only 3 values defined, and the attempt to set an undefined option value
caused the VIA app to hang with a black window.

Fix the default layout options so that it works as intended (the
"Macropad" and "65% Column" options are set).</content>
</entry>
<entry>
<title>Enable Mousekeys for Keebio Quefrency rev1 (#9478)</title>
<updated>2020-06-20T03:45:25Z</updated>
<author>
<name>James Young</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2020-06-20T03:45:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=05e6cc265509af3286ab0e695839e311acc58b55'/>
<id>urn:sha1:05e6cc265509af3286ab0e695839e311acc58b55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keymap] Make personal keymaps a bit more consistent (#8915)</title>
<updated>2020-04-26T06:01:43Z</updated>
<author>
<name>Jonathan Rascher</name>
<email>jon@bcat.name</email>
</author>
<published>2020-04-26T06:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=4597f2bcc87ab9eae4fc2ee702a13bb7b5e2fe2a'/>
<id>urn:sha1:4597f2bcc87ab9eae4fc2ee702a13bb7b5e2fe2a</id>
<content type='text'>
* Move menu key on ergo boards to match staggered

* Unify 60_tsangan_hhkb and 60_ansi_split_bs_rshift

* Sync KBD67, Quefrency with community layouts

* Update ergo KLE images

* Update community layout KLE images

* Update KLE images/descriptions for remaining keebs</content>
</entry>
<entry>
<title>Add Keebio lighting defaults (#8884)</title>
<updated>2020-04-25T21:26:26Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2020-04-25T21:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=32bab55defe016fa945e73668cdf22e34df8fa34'/>
<id>urn:sha1:32bab55defe016fa945e73668cdf22e34df8fa34</id>
<content type='text'>
* Set Iris LED/RGB defaults

* Add lighting defaults for more boards</content>
</entry>
<entry>
<title>[Keyboard] Quefrency Rev2 Caps Lock LED, set lighting defaults (#8729)</title>
<updated>2020-04-12T20:09:09Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2020-04-12T20:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=46a69d1f3bb0275819a8f9f2cd0911b77db6eff0'/>
<id>urn:sha1:46a69d1f3bb0275819a8f9f2cd0911b77db6eff0</id>
<content type='text'>
* Add support for Caps Lock LED

Currently ignores the fact that led_state is not synced between halves, so caps lock LED doesn't do anything if USB is plugged into right half

* Set initial backlight and RGB mode/values on blank EEPROM

* Set default VIA layout options

* Add backlight/RGB ifdefs

* Set bootloaders for each rev</content>
</entry>
<entry>
<title>Update Quefrency (#8623)</title>
<updated>2020-03-31T22:21:05Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2020-03-31T22:21:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=8c80475fcc568e04f637ae973086b65a31b5254d'/>
<id>urn:sha1:8c80475fcc568e04f637ae973086b65a31b5254d</id>
<content type='text'>
* Add Quefrency Rev. 2 VIA support

* Fix matrix mapping

* Add Rev. 1 VIA support

* Flip encoder pinout

* Drop trailing backslashes

* Remove layer names

* Remove unneeded extern

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Fix bracket alignment

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
</feed>
