<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/nyquist/rev1, 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>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>Keyboard: Add Nyquist Rev 3 (#4287)</title>
<updated>2018-11-05T19:00:38Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2018-11-05T19:00:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=a49d0a1e83d686a6c7a0673ffbd691f80908ea6f'/>
<id>urn:sha1:a49d0a1e83d686a6c7a0673ffbd691f80908ea6f</id>
<content type='text'>
* Add Nyquist Rev 3

* Switch to split_common
</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 Nyquist Rev. 2 (#2414)</title>
<updated>2018-04-21T00:02:09Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2018-04-21T00:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=c604cd6fd716a84432ecc66edb69d74b5d23bbad'/>
<id>urn:sha1:c604cd6fd716a84432ecc66edb69d74b5d23bbad</id>
<content type='text'>
</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>
<entry>
<title>Fix audio issues with Split keyboards that missed previously</title>
<updated>2018-03-16T20:38:05Z</updated>
<author>
<name>U-LANDSRAAD\drashna</name>
<email>drashna@live.com</email>
</author>
<published>2018-03-15T04:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=682c8a260a24f78f3d04a77f74df4f795318d169'/>
<id>urn:sha1:682c8a260a24f78f3d04a77f74df4f795318d169</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updates bootloader settings, adds file size check (#2029)</title>
<updated>2017-11-28T04:08:21Z</updated>
<author>
<name>Jack Humbert</name>
<email>jack.humb@gmail.com</email>
</author>
<published>2017-11-28T04:08:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9fdc27626097ae03b767a09427efc90475d90955'/>
<id>urn:sha1:9fdc27626097ae03b767a09427efc90475d90955</id>
<content type='text'>
* pull fuse settings for bootloader jump

* fix 32a chips

* make automatic bootloader selection optional

* quantify bootloaders

* fixs #164, speeds up dfu reset

* fix for chips w/o usb

* missing an n

* fix bootloader sizes, use words for addresses

* fix bmini, pearl, and [[ issue, make things quiet

* ignore avr errors on arm for now

* update settings for the light

* document bootloader stuff

* add bootloader title
</content>
</entry>
<entry>
<title>Do some cleanup for the API</title>
<updated>2017-11-02T23:47:39Z</updated>
<author>
<name>skullY</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2017-11-02T23:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=685d4c2f9754e22de3b68379cfc959197495c0aa'/>
<id>urn:sha1:685d4c2f9754e22de3b68379cfc959197495c0aa</id>
<content type='text'>
</content>
</entry>
</feed>
