<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/dts/behaviors, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>fix: Ensure power and underglow behaviors built.</title>
<updated>2021-11-26T17:59:04+00:00</updated>
<author>
<name>Peter Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-11-22T06:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c4ed11b7a2f7c0a2c267bf96236ccc008349e40f'/>
<id>c4ed11b7a2f7c0a2c267bf96236ccc008349e40f</id>
<content type='text'>
* Remove `/omit-if-no-ref/` from the behavior nodes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove `/omit-if-no-ref/` from the behavior nodes.
</pre>
</div>
</content>
</entry>
<entry>
<title>feature(split): behavior locality support.</title>
<updated>2021-11-26T17:59:03+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-12-20T14:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=4e4faca67015df3a3e1bf1b9937265f465c5093d'/>
<id>4e4faca67015df3a3e1bf1b9937265f465c5093d</id>
<content type='text'>
* GATT characteristic allowing passng data + behavior
  label to invoke the behavior on the peripheral side.
* Behaviors have a locality setting to specify where they run.
* Build reset/power/RGB on peripheral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* GATT characteristic allowing passng data + behavior
  label to invoke the behavior on the peripheral side.
* Behaviors have a locality setting to specify where they run.
* Build reset/power/RGB on peripheral.
</pre>
</div>
</content>
</entry>
<entry>
<title>style(hold-tap)!: Write hold-tap params with dashes</title>
<updated>2021-02-10T12:55:12+00:00</updated>
<author>
<name>Okke Formsma</name>
<email>okke@formsma.nl</email>
</author>
<published>2021-02-06T20:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=af9d6e9b0551f735382ce6576b33e29a86329fa3'/>
<id>af9d6e9b0551f735382ce6576b33e29a86329fa3</id>
<content type='text'>
tapping_term_ms -&gt; tapping-term-ms
quick_tap_ms -&gt; quick-tap-ms

The old style works, although it's deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tapping_term_ms -&gt; tapping-term-ms
quick_tap_ms -&gt; quick-tap-ms

The old style works, although it's deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(core): Use /omit-if-no-ref/ for behaviors.</title>
<updated>2021-02-04T05:52:25+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-01-18T06:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=b84d29c384532443010a7140e8670482f2a6ca02'/>
<id>b84d29c384532443010a7140e8670482f2a6ca02</id>
<content type='text'>
* Use lesser-known DT features to skip behaviors not referenced
  in the user keymap
* Update the behaviors to skip code if no nodes found.
* Remove some empty config/data structs where unused in
  behaviors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use lesser-known DT features to skip behaviors not referenced
  in the user keymap
* Update the behaviors to skip code if no nodes found.
* Remove some empty config/data structs where unused in
  behaviors.
</pre>
</div>
</content>
</entry>
<entry>
<title>feature(sticky_keys): add quick-release</title>
<updated>2021-01-28T22:10:04+00:00</updated>
<author>
<name>Okke Formsma</name>
<email>okke@formsma.nl</email>
</author>
<published>2020-12-12T20:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c925cf02dd1999c0e968ead7652956e5e1925875'/>
<id>c925cf02dd1999c0e968ead7652956e5e1925875</id>
<content type='text'>
when quick-release is enabled, the sticky key is released immediately after another key is pressed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when quick-release is enabled, the sticky key is released immediately after another key is pressed
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(grave-escape): implement grave-escape</title>
<updated>2021-01-23T00:27:18+00:00</updated>
<author>
<name>Okke Formsma</name>
<email>okke@formsma.nl</email>
</author>
<published>2020-12-26T13:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=5eeb310b2f0ccf1adf91b448573001559696a1d7'/>
<id>5eeb310b2f0ccf1adf91b448573001559696a1d7</id>
<content type='text'>
closes #85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #85
</pre>
</div>
</content>
</entry>
<entry>
<title>(feat) Allow setting underglow color by key press</title>
<updated>2021-01-08T21:08:13+00:00</updated>
<author>
<name>KemoNine</name>
<email>mcrosson@kemonine.info</email>
</author>
<published>2020-12-15T06:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=99f932a47d4705c7ddde83256fada9aa7aa3bda6'/>
<id>99f932a47d4705c7ddde83256fada9aa7aa3bda6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(feature) Add &amp;to keycode/behavior (#489)</title>
<updated>2020-12-29T16:57:49+00:00</updated>
<author>
<name>KemoNine</name>
<email>mcrosson@users.noreply.github.com</email>
</author>
<published>2020-12-29T16:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=d207c3c30f7f2d0648b32d59f481498fe048230c'/>
<id>d207c3c30f7f2d0648b32d59f481498fe048230c</id>
<content type='text'>
feat(behaviors): Add `&amp;to` behavior to switch to a layer.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(behaviors): Add `&amp;to` behavior to switch to a layer.</pre>
</div>
</content>
</entry>
<entry>
<title>feat(sticky keys): initial implementation</title>
<updated>2020-11-28T05:58:24+00:00</updated>
<author>
<name>Okke Formsma</name>
<email>okke@formsma.nl</email>
</author>
<published>2020-11-11T21:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=76a6d7b4c5c18b64f36a421f3faca81f311ed465'/>
<id>76a6d7b4c5c18b64f36a421f3faca81f311ed465</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add license headers to behavior dtsi files</title>
<updated>2020-11-16T22:26:42+00:00</updated>
<author>
<name>Okke Formsma</name>
<email>okke@formsma.nl</email>
</author>
<published>2020-11-11T21:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=6dcd06bd467abdfba1437e7aeffbe30b8e989463'/>
<id>6dcd06bd467abdfba1437e7aeffbe30b8e989463</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
