<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/boards/shields/quefrency, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>feat(boards): Remove usage of pro_micro_a/d nodes</title>
<updated>2021-09-26T03:09:21+00:00</updated>
<author>
<name>Nick Winans</name>
<email>nick@winans.codes</email>
</author>
<published>2021-07-24T19:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=687e91ab18bbff88f16d30d6b88125e6d03addf4'/>
<id>687e91ab18bbff88f16d30d6b88125e6d03addf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(boards): Remove "left" from split keyboard names</title>
<updated>2021-09-26T01:17:24+00:00</updated>
<author>
<name>Nick Winans</name>
<email>nick@winans.codes</email>
</author>
<published>2021-03-27T19:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=478cf9437421cd14fd8a67cef3f80aff03001bb6'/>
<id>478cf9437421cd14fd8a67cef3f80aff03001bb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(boards): Remove split right keyboard names</title>
<updated>2021-09-26T01:17:24+00:00</updated>
<author>
<name>Nick Winans</name>
<email>nick@winans.codes</email>
</author>
<published>2021-02-01T20:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=36ced48e532dbb8f703d2affe37ea3e84a9d1c84'/>
<id>36ced48e532dbb8f703d2affe37ea3e84a9d1c84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(shields): Add pro-micro shield metadata.</title>
<updated>2021-09-11T04:50:36+00:00</updated>
<author>
<name>Peter Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-09-10T04:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=2907704f9f72c0cb3d8c45377e15089f1408bd75'/>
<id>2907704f9f72c0cb3d8c45377e15089f1408bd75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(Kconfig): Set USB default based on hardware capabilities</title>
<updated>2021-01-08T21:51:50+00:00</updated>
<author>
<name>Nick Winans</name>
<email>nick@winans.codes</email>
</author>
<published>2021-01-08T21:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=002a89765f27fc295cf14af1648348c3bc0032ae'/>
<id>002a89765f27fc295cf14af1648348c3bc0032ae</id>
<content type='text'>
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig.</pre>
</div>
</content>
</entry>
<entry>
<title>chore: standardize # style headers</title>
<updated>2021-01-06T22:00:44+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2021-01-01T22:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=f17584ca0ee4d6bbc0893c0a62a0dc2fa293d2b8'/>
<id>f17584ca0ee4d6bbc0893c0a62a0dc2fa293d2b8</id>
<content type='text'>
Changes made with regex plus some manual tweaks.

Find:
/(?:(?&lt;!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm

Replace:
# Copyright (c) $1 $2
# SPDX-License-Identifier: $3

PR: #564</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes made with regex plus some manual tweaks.

Find:
/(?:(?&lt;!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm

Replace:
# Copyright (c) $1 $2
# SPDX-License-Identifier: $3

PR: #564</pre>
</div>
</content>
</entry>
<entry>
<title>fix(shields): Enable USB by default on right side.</title>
<updated>2020-12-28T15:16:24+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-12-17T05:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=4fc17e0b3a32096923790f28226a15beffacc686'/>
<id>4fc17e0b3a32096923790f28226a15beffacc686</id>
<content type='text'>
* Ensures USB power detection for sleep/charging
  is properly detected on the right side by deafult.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Ensures USB power detection for sleep/charging
  is properly detected on the right side by deafult.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(splits): Ability to override split role.</title>
<updated>2020-12-28T15:16:24+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-12-13T04:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=4db5b169bff1f3de5353324baef5724be4f9a6a5'/>
<id>4db5b169bff1f3de5353324baef5724be4f9a6a5</id>
<content type='text'>
* Move central/peripheral setting to Kconfig.defconfig
  files to allow left/right .conf files to override
  central/peripheral role for splits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move central/peripheral setting to Kconfig.defconfig
  files to allow left/right .conf files to override
  central/peripheral role for splits.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: replace filename hyphens with underscores</title>
<updated>2020-12-28T06:15:35+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-22T15:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=842aa5a842e117b7b00e49258ca0bde44dc0c789'/>
<id>842aa5a842e117b7b00e49258ca0bde44dc0c789</id>
<content type='text'>
Aligns *.h and *.c to underscore naming convention.

These were kept (with warnings) for backwards compatibility with external boards/shields:
- kscan-mock.h
- matrix-transform.h
They should be removed in the future.

PR: #523</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Aligns *.h and *.c to underscore naming convention.

These were kept (with warnings) for backwards compatibility with external boards/shields:
- kscan-mock.h
- matrix-transform.h
They should be removed in the future.

PR: #523</pre>
</div>
</content>
</entry>
<entry>
<title>improvement: upgrade default keymaps</title>
<updated>2020-12-10T12:05:21+00:00</updated>
<author>
<name>Joel Spadin</name>
<email>joelspadin@gmail.com</email>
</author>
<published>2020-11-19T00:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=77c16b020e697eb301eeaa955d901e9a3fc6586c'/>
<id>77c16b020e697eb301eeaa955d901e9a3fc6586c</id>
<content type='text'>
Ran all the default keymaps through the keymap upgrader and manually adjusted
alignment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran all the default keymaps through the keymap upgrader and manually adjusted
alignment.
</pre>
</div>
</content>
</entry>
</feed>
