<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/boards/shields/m60, 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(metadata): Add MakerDiary nRF52840 M.2 interconnect</title>
<updated>2021-09-11T04:50:36+00:00</updated>
<author>
<name>Peter Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-09-10T14:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=39eb80562d5174e42c8a184e0261674888ac5fd7'/>
<id>39eb80562d5174e42c8a184e0261674888ac5fd7</id>
<content type='text'>
* Add interconnect details.
* Add m60 and nrf52840_m2 metadata files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add interconnect details.
* Add m60 and nrf52840_m2 metadata files.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(shields): standardize README.md filenames</title>
<updated>2021-01-07T05:34:04+00:00</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2021-01-01T15:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=561e535a583c437b96f1f4dd9d3325d42a8a9156'/>
<id>561e535a583c437b96f1f4dd9d3325d42a8a9156</id>
<content type='text'>
Renames instances of `readme.md` to `README.md` so that it's easily noticed.

PR: #561</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renames instances of `readme.md` to `README.md` so that it's easily noticed.

PR: #561</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>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>
<entry>
<title>fix(ble): Remove unpair combo code.</title>
<updated>2020-11-10T19:53:03+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-11-10T19:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=7d16186b7acd5113a59fc612cd53b7bae7f46f38'/>
<id>7d16186b7acd5113a59fc612cd53b7bae7f46f38</id>
<content type='text'>
* Favor the settings reset images for this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Favor the settings reset images for this.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(shields): Typo in makerdiary URL.</title>
<updated>2020-10-06T03:40:29+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-10-06T03:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=ce59223efe9062ac1da77bae93a3578ce0463b66'/>
<id>ce59223efe9062ac1da77bae93a3578ce0463b66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>M60 keymap update and misc changes</title>
<updated>2020-10-05T13:24:39+00:00</updated>
<author>
<name>Mega Mind</name>
<email>68985133+megamind4089@users.noreply.github.com</email>
</author>
<published>2020-10-03T10:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=b8cb5f939a3c018af13de7727c15d7765ea1f1c1'/>
<id>b8cb5f939a3c018af13de7727c15d7765ea1f1c1</id>
<content type='text'>
* Updated M60 keymap
* Make nrfjproj as default runner
* Remove the polling config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Updated M60 keymap
* Make nrfjproj as default runner
* Remove the polling config
</pre>
</div>
</content>
</entry>
<entry>
<title>Update contributors in all keymap files</title>
<updated>2020-10-05T13:23:38+00:00</updated>
<author>
<name>Mega Mind</name>
<email>68985133+megamind4089@users.noreply.github.com</email>
</author>
<published>2020-10-03T09:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=e2299836bccf21bf56a4d34c5ed2f53a2fa21da2'/>
<id>e2299836bccf21bf56a4d34c5ed2f53a2fa21da2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Makerdiary M60 keyboard</title>
<updated>2020-10-05T13:23:38+00:00</updated>
<author>
<name>Mega Mind</name>
<email>68985133+megamind4089@users.noreply.github.com</email>
</author>
<published>2020-10-01T16:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=9d06c730ba8b70429ecb67d3ff502ed1fde584bd'/>
<id>9d06c730ba8b70429ecb67d3ff502ed1fde584bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
