<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git, branch main</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>Add some handy scripts</title>
<updated>2021-10-13T02:57:43+00:00</updated>
<author>
<name>Nick Van Doorn</name>
<email>nick@nv.delivery</email>
</author>
<published>2021-10-06T06:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=aedbaf9ce78a69dc3f7d83bf03f58ba547614778'/>
<id>aedbaf9ce78a69dc3f7d83bf03f58ba547614778</id>
<content type='text'>
Hell yeah!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hell yeah!
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup layout</title>
<updated>2021-10-13T02:57:42+00:00</updated>
<author>
<name>Nick Van Doorn</name>
<email>nick@nv.delivery</email>
</author>
<published>2021-10-06T01:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=81bc7f108a1d0fa0c051d374cf2c7c165c8397d6'/>
<id>81bc7f108a1d0fa0c051d374cf2c7c165c8397d6</id>
<content type='text'>
Wow this was a struggle and I really wish this just worked with QMK
layouts but here we are.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wow this was a struggle and I really wish this just worked with QMK
layouts but here we are.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: Add note about copyrights on PR checklist</title>
<updated>2021-10-13T02:27:33+00:00</updated>
<author>
<name>Dom H</name>
<email>dom@hxy.io</email>
</author>
<published>2021-10-12T20:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=e11477f7b1f3cf7d8e87718ab5dc889067f255ae'/>
<id>e11477f7b1f3cf7d8e87718ab5dc889067f255ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(display): Increase char buffer size to fit all symbols</title>
<updated>2021-10-12T16:00:21+00:00</updated>
<author>
<name>Richard Kjerstadius</name>
<email>kjerstadius@gmail.com</email>
</author>
<published>2021-10-12T14:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=a774ce855517fb9e74ca8c8ebef9cb85b7d65e6c'/>
<id>a774ce855517fb9e74ca8c8ebef9cb85b7d65e6c</id>
<content type='text'>
Recent refactoring of the font handling seems to have broken the display
of the last symbol of the output status widget. From my analysis the
last symbol is truncated because the buffer simply is too small.
Increasing the buffer size to 9 fits all three possible symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent refactoring of the font handling seems to have broken the display
of the last symbol of the output status widget. From my analysis the
last symbol is truncated because the buffer simply is too small.
Increasing the buffer size to 9 fits all three possible symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>add ranges and descriptions from #669</title>
<updated>2021-10-11T16:46:17+00:00</updated>
<author>
<name>git@jrhrsmit.nl</name>
<email>git@jrhrsmit.nl</email>
</author>
<published>2021-10-11T08:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=f221ff1dc7a8100ca8037f322033cb73c4575fd6'/>
<id>f221ff1dc7a8100ca8037f322033cb73c4575fd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(underglow): Run clang-format</title>
<updated>2021-10-11T00:43:57+00:00</updated>
<author>
<name>Nick Winans</name>
<email>nick@winans.codes</email>
</author>
<published>2021-10-11T00:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=f23f427cae7140939238bc68fc7a3d0fb350af91'/>
<id>f23f427cae7140939238bc68fc7a3d0fb350af91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(underglow): Add support for configurable min/max brightness</title>
<updated>2021-10-11T00:43:57+00:00</updated>
<author>
<name>Simon Malinge</name>
<email>simon.malinge@gmail.com</email>
</author>
<published>2021-10-07T03:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c5b8dd85fdf28d1912ef0d2cefce8b55652c0db7'/>
<id>c5b8dd85fdf28d1912ef0d2cefce8b55652c0db7</id>
<content type='text'>
Co-authored-by: jrhrsmit &lt;jasper.770@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: jrhrsmit &lt;jasper.770@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>docs(docs): Document up-to-date Node.js repo</title>
<updated>2021-10-10T19:20:35+00:00</updated>
<author>
<name>Jonathan Rascher</name>
<email>jon@bcat.name</email>
</author>
<published>2021-10-02T15:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=96fea949d5dc6aa59bb4a8bbdcf128994b1dcdf9'/>
<id>96fea949d5dc6aa59bb4a8bbdcf128994b1dcdf9</id>
<content type='text'>
For example, Debian Bullseye (current stable) packages Node.js version
12, which is too old to build the docs successfully. At least version 14
is required, and version 16 is current. General advice seems to be to
install from the NodeSource repo instead of your distro's repo, so I
added a suggestion to the docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example, Debian Bullseye (current stable) packages Node.js version
12, which is too old to build the docs successfully. At least version 14
is required, and version 16 is current. General advice seems to be to
install from the NodeSource repo instead of your distro's repo, so I
added a suggestion to the docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(hid): Kconfig for basic/full consumer usages.</title>
<updated>2021-10-05T03:01:39+00:00</updated>
<author>
<name>Peter Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-10-05T02:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=bc179b1030ccf9dd02818f77ecd9b5b9f14e85b7'/>
<id>bc179b1030ccf9dd02818f77ecd9b5b9f14e85b7</id>
<content type='text'>
* Add ZMK_HID_CONSUMER_REPORT_USAGES choice to allow choosing
  between full consumer usage range, with poor OS compat,
  or basic consumer usage range, with broader compat.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add ZMK_HID_CONSUMER_REPORT_USAGES choice to allow choosing
  between full consumer usage range, with poor OS compat,
  or basic consumer usage range, with broader compat.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(hid): Configurable NKRO HID report support.</title>
<updated>2021-10-05T03:01:39+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-03-15T04:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=91ba034896c3b1668b88286e18d8f38314ec39c3'/>
<id>91ba034896c3b1668b88286e18d8f38314ec39c3</id>
<content type='text'>
* Add Kconfig settings for NKRO or HKRO (boot compatible), HID
  report types for keyboard page.
* Updated report storage and set/unset for each config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add Kconfig settings for NKRO or HKRO (boot compatible), HID
  report types for keyboard page.
* Updated report storage and set/unset for each config.
</pre>
</div>
</content>
</entry>
</feed>
