<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/boards/shields/splitreus62/Kconfig.defconfig, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<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>fix(boards): Shorten keyboard names that are too long</title>
<updated>2021-02-02T05:59:17+00:00</updated>
<author>
<name>Nick Winans</name>
<email>nick@winans.codes</email>
</author>
<published>2021-02-01T20:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=33cd2cacede8ccadab099abe49735bacf0a0b76e'/>
<id>33cd2cacede8ccadab099abe49735bacf0a0b76e</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>Update Kconfig.defconfig</title>
<updated>2020-08-20T21:27:41+00:00</updated>
<author>
<name>Derek</name>
<email>dschmell91@gmail.com</email>
</author>
<published>2020-08-20T21:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=3b71c4311bae62c2e14b028324f831837742d1f5'/>
<id>3b71c4311bae62c2e14b028324f831837742d1f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated files as per request</title>
<updated>2020-08-20T19:13:51+00:00</updated>
<author>
<name>Derek</name>
<email>dschmell91@gmail.com</email>
</author>
<published>2020-08-20T19:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=94c7d27f04263b42669ae6d1777765ba811ed6bf'/>
<id>94c7d27f04263b42669ae6d1777765ba811ed6bf</id>
<content type='text'>
Updated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop OLED support.</title>
<updated>2020-08-15T20:32:14+00:00</updated>
<author>
<name>Derek</name>
<email>dschmell91@gmail.com</email>
</author>
<published>2020-08-15T20:32:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=caecce62b7805e7fa3db814f2eb1616ba3661262'/>
<id>caecce62b7805e7fa3db814f2eb1616ba3661262</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
