<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/keyboards/keebio/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>2020-10-04T19:35:03Z</updated>
<entry>
<title>[Keymap] Add winterNebs keymaps  (#10328)</title>
<updated>2020-10-04T19:35:03Z</updated>
<author>
<name>Isaac</name>
<email>winternebs@gmail.com</email>
</author>
<published>2020-10-04T19:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=1afb394d598bb29fcbe1313e2a243953e8479b7e'/>
<id>urn:sha1:1afb394d598bb29fcbe1313e2a243953e8479b7e</id>
<content type='text'>
* Add kyria keymap

* Add planck keymap

* Add nyquist keymap

* Add vim movement instead of regular movement layer

* Use partial home row mods :)

* Update keyboards/keebio/nyquist/keymaps/winterNebs/config.h

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/kyria/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/kyria/keymaps/winterNebs/rules.mk

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/planck/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/planck/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/planck/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Fix outdated function call

* Apply suggestions from code review

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update keyboards/kyria/keymaps/winterNebs/keymap.c

somehow this wasn't added to the batch?

Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* remove deprecated function

* Rename to lowercase

* Update keyboards/planck/keymaps/winterNebs/keymap.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* fix oled path

* rebase and add back nyquist that was lost by rename

* Add licenses

* License in the wrong file

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: James Young &lt;18669334+noroadsleft@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Add VIA support to keebio/nyquist (#9399)</title>
<updated>2020-06-15T10:45:56Z</updated>
<author>
<name>Thomas Lim</name>
<email>tl1860@nyu.edu</email>
</author>
<published>2020-06-15T10:45:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e8a02afc8cb2c29f522ec05bbf89a8bcd32dbe26'/>
<id>urn:sha1:e8a02afc8cb2c29f522ec05bbf89a8bcd32dbe26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2020 May 30 Breaking Changes Update (#9215)</title>
<updated>2020-05-30T20:14:59Z</updated>
<author>
<name>James Young</name>
<email>18669334+noroadsleft@users.noreply.github.com</email>
</author>
<published>2020-05-30T20:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=fced377ac007d27f2650ccffbe0b18abcdcfe23d'/>
<id>urn:sha1:fced377ac007d27f2650ccffbe0b18abcdcfe23d</id>
<content type='text'>
* Branch point for 2020 May 30 Breaking Change

* Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954)

* Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957)

* Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958)

* Migrate `ACTION_LAYER_MODS` to `LM()` (#8959)

* Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968)

* Convert V-USB usbdrv to a submodule (#8321)

* Unify Tap Hold functions and documentation (#8348)

* Changing board names to prevent confusion (#8412)

* Move the Keyboardio Model01 to a keyboardio/ subdir (#8499)

* Move spaceman keyboards (#8830)

* Migrate miscellaneous `fn_actions` entries (#8977)

* Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979)

* Organizing my keyboards (plaid, tartan, ergoinu) (#8537)

* Refactor Lily58 to use split_common (#6260)

* Refactor zinc to use split_common (#7114)

* Add a message if bin/qmk doesn't work (#9000)

* Fix conflicting types for 'tfp_printf' (#8269)

* Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based &amp; small internals cleanup (#6480)

* Refactor and updates to TKC1800 code (#8472)

* Switch to qmk forks for everything (#9019)

* audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484)

* Audio enable corrections (2/3) (#8903)

* Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582)

* Audio enable corrections (Part 4) (#8974)

* Fix typo from PR7114 (#9171)

* Augment future branch Changelogs (#8978)

* Revert "Branch point for 2020 May 30 Breaking Change"
</content>
</entry>
<entry>
<title>[Keymap] Add keymap for Nyquist rev3 (#8706)</title>
<updated>2020-04-12T18:33:11Z</updated>
<author>
<name>George Petri</name>
<email>jaxartez@gmail.com</email>
</author>
<published>2020-04-12T18:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=6e84247ec2289b66ecbe5ad51643344145587558'/>
<id>urn:sha1:6e84247ec2289b66ecbe5ad51643344145587558</id>
<content type='text'>
* copy nyquist setup

* enable i2c

* update colors

* update readme

* Update keyboards/keebio/nyquist/keymaps/georgepetri3/keymap.c

Co-Authored-By: Joel Challis &lt;git@zvecr.com&gt;

Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;</content>
</entry>
<entry>
<title>Update keymap keebio/nyquist (#8602)</title>
<updated>2020-03-29T21:14:43Z</updated>
<author>
<name>George Petri</name>
<email>jaxartez@gmail.com</email>
</author>
<published>2020-03-29T21:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=74c01654c771f120ab29ffabac833497a086eacf'/>
<id>urn:sha1:74c01654c771f120ab29ffabac833497a086eacf</id>
<content type='text'>
* format code, add shift color

* testing colors

* todos, shift on right

* changed colors

* use rgh layers api

* impl shift layer

* replace xor with !=

* moved shift rbg

* breathing animation, simplyfy layers

* remove breating animation

* use tt

* minor cleanup

* debounce eager, lto

* shut down rbg when poweroff

* update readme

* readme.md fix

* more readme.md fix

* more readme.md fix</content>
</entry>
<entry>
<title>2020 February 29 Breaking Changes Update (#8064)</title>
<updated>2020-02-29T19:59:30Z</updated>
<author>
<name>James Young</name>
<email>xxiinophobia@yahoo.com</email>
</author>
<published>2020-02-29T20:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=26eef35f07698d23aafae90e1c230b52e100a334'/>
<id>urn:sha1:26eef35f07698d23aafae90e1c230b52e100a334</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Keymap] Added keymap for keebio/nyquist (#8108)</title>
<updated>2020-02-08T03:07:04Z</updated>
<author>
<name>Mehmet Denizhan Erdem</name>
<email>denizhanerdem@gmail.com</email>
</author>
<published>2020-02-08T03:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=43c0a9293e74bc0f20c8b4324ea532dff56d9c50'/>
<id>urn:sha1:43c0a9293e74bc0f20c8b4324ea532dff56d9c50</id>
<content type='text'>
* my custom keymap for nyquist rev3

* Formatted keymap and added readme
</content>
</entry>
<entry>
<title>Remove keymap_config extern from default keymaps (#7399)</title>
<updated>2019-11-20T22:31:36Z</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2019-11-20T22:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=e6b9980bd45c186f7360df68c24b6e05a80c10dc'/>
<id>urn:sha1:e6b9980bd45c186f7360df68c24b6e05a80c10dc</id>
<content type='text'>
* Remove keymap_config extern from default keymaps

* Revert unicode

Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :(

Co-Authored-By: fauxpark &lt;fauxpark@gmail.com&gt;
</content>
</entry>
<entry>
<title>[Keymap] Update layout for my nyquist (#7188)</title>
<updated>2019-10-29T08:39:15Z</updated>
<author>
<name>Christoffer Holmberg</name>
<email>mr.skug@gmail.com</email>
</author>
<published>2019-10-29T08:39:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=476f5566132032af227a4fa95ceab56f4f3e06f7'/>
<id>urn:sha1:476f5566132032af227a4fa95ceab56f4f3e06f7</id>
<content type='text'>
* Add layer for gaming without fancy Shift &amp; Ctrl keys

* Add default layer select to ARRW layer

* Define layers with an enum to save fw space
</content>
</entry>
<entry>
<title>[Keyboard] Add option to use 4x12 layout for Nyquist (#6633)</title>
<updated>2019-08-31T00:41:22Z</updated>
<author>
<name>Danny</name>
<email>nooges@users.noreply.github.com</email>
</author>
<published>2019-08-31T00:41:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/qmk_firmware.git/commit/?id=feb1742061679b6d722afe048f8eef9f2c29d0ec'/>
<id>urn:sha1:feb1742061679b6d722afe048f8eef9f2c29d0ec</id>
<content type='text'>
* Add option to use 4x12 layout for Nyquist

* Add 4x12 Nyquist support to configurator

* Add height to 4x12 configurator layout

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;

* Remove QWERTY keycode

Co-Authored-By: noroadsleft &lt;18669334+noroadsleft@users.noreply.github.com&gt;
</content>
</entry>
</feed>
