<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/nyquist/keymaps, 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>Generalized nyquist layout for 5x12 boards. Removed duplicate readme.md that was cased the same and caused issues.</title>
<updated>2019-01-31T07:13:50Z</updated>
<author>
<name>Fredric Silberberg</name>
<email>fred@silberberg.xyz</email>
</author>
<published>2019-01-31T06:27:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=87cbb1c552934de5573334ff56544137a37fcb2e'/>
<id>urn:sha1:87cbb1c552934de5573334ff56544137a37fcb2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keymap] Adding keymap for Nyquist (#4918)</title>
<updated>2019-01-24T05:05:21Z</updated>
<author>
<name>shovelpaw</name>
<email>33362396+shovelpaw@users.noreply.github.com</email>
</author>
<published>2019-01-24T05:05:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=ba70ab1748bcb033ad8387cd909be186fd0ad0b0'/>
<id>urn:sha1:ba70ab1748bcb033ad8387cd909be186fd0ad0b0</id>
<content type='text'>
* Added busby222 config

* Fixed bug with leftover colemak and dvorak layouts

* Fixing dumb mistake

* Minor tweaks to layout. Need to use at work tomorrow to make more adjustments

* Added mouse controls for raised layer

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update config.h

Added mouse specific settings for smoother mouse movement (default is sort of hard to use)

* config.h cleanup

* Lowering max mouse speed (personal preference)

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update config.h

* Update rules.mk

* Added MIDI layer

* Switched the Adjust layer to an MO call

* Update keymap.c

* Fixing bugs related to midi layer

* Changed "Caps Lock" ctrl to RCTRL for use in VirtualBox

* Added shovelpaw keyamp

* Removed deprecated QUANTUM_DIR code block

* Switched midi layer to be only active when held

* Addressing requested changes

* Removed unnecessary include statement
</content>
</entry>
<entry>
<title>[Keymap] Nyquist layout adapted from eorgodox_ez:skug (#4830)</title>
<updated>2019-01-13T17:02:57Z</updated>
<author>
<name>Christoffer Holmberg</name>
<email>mr.skug@gmail.com</email>
</author>
<published>2019-01-13T17:02:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=9bd4b932d08a036438c990608efcd5b15a2fb828'/>
<id>urn:sha1:9bd4b932d08a036438c990608efcd5b15a2fb828</id>
<content type='text'>
* Nyquist layout adapted from my eorgodox layout

* Some layout tuning &amp; cleanup

* Removed deprecated defines

* Added pgup + pgdown
</content>
</entry>
<entry>
<title>Remove empty fn_actions[]</title>
<updated>2019-01-12T02:32:43Z</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-01-10T22:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=67adc29aa35719eea2de43bacf9cd5e8b5dfd79e'/>
<id>urn:sha1:67adc29aa35719eea2de43bacf9cd5e8b5dfd79e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)</title>
<updated>2019-01-04T15:25:48Z</updated>
<author>
<name>noroadsleft</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2019-01-04T15:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=7f4f0f7685cef421df4c07b0982c1905fb57a736'/>
<id>urn:sha1:7f4f0f7685cef421df4c07b0982c1905fb57a736</id>
<content type='text'>
* Remove QUANTUM_DIR code blocks from keyboard rules

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect entire keyboards.

* remove QUANTUM_DIR code blocks from rules for default keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect default keymaps.

* remove QUANTUM_DIR code blocks from rules for user keymaps

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files that affect "user" keymaps. (It's actually any keymap
that isn't named `default`.)

* remove QUANTUM_DIR code blocks from rules for community layouts

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for community layouts.

* remove QUANTUM_DIR code blocks from rules for userspaces

This commit removes the deprecated "QUANTUM_DIR" code block from
rules.mk files for userspaces.
</content>
</entry>
<entry>
<title>Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)</title>
<updated>2018-11-27T23:34:06Z</updated>
<author>
<name>Konstantin Đorđević</name>
<email>vomindoraan@gmail.com</email>
</author>
<published>2018-11-27T23:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=19043197459c5c8ed4a7039f1a4c1da180da45e1'/>
<id>urn:sha1:19043197459c5c8ed4a7039f1a4c1da180da45e1</id>
<content type='text'>
</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>Replace outdated RGB/Audio information</title>
<updated>2018-10-22T18:55:05Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2018-10-22T15:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=00b6f14821f44ead75504e28d7fed26791cb2875'/>
<id>urn:sha1:00b6f14821f44ead75504e28d7fed26791cb2875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keymap: Personal Nyquist keymap added. (#4059)</title>
<updated>2018-10-07T14:36:01Z</updated>
<author>
<name>Bramver</name>
<email>BramVer@users.noreply.github.com</email>
</author>
<published>2018-10-07T14:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=aa707c6b9e1e60592e8d7434214eb1549ce9053b'/>
<id>urn:sha1:aa707c6b9e1e60592e8d7434214eb1549ce9053b</id>
<content type='text'>
* Personal Nyquist keymap added.

* Responded to comments for PR.

Removed unnecessary imports.
Updated way of macros.
Removed tick from unicode inputs.

* formatting in keymap
</content>
</entry>
</feed>
