<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/tests/momentary-layer/5-nested-early-key-release/keycode_events.snapshot, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>feature(modifiers): add explicit modifiers</title>
<updated>2021-01-25T04:30:41+00:00</updated>
<author>
<name>Okke Formsma</name>
<email>okke@formsma.nl</email>
</author>
<published>2021-01-22T16:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=7b7701ae90469b920cd78e2ab7aca0c470140b7a'/>
<id>7b7701ae90469b920cd78e2ab7aca0c470140b7a</id>
<content type='text'>
this makes LS(LEFT_CONTROL) work as if shift and control were both
pressed explicitly. Previously, the left shift would have been released
as soon as another key was pressed. The implicit behavior is useful in
case of LS(NUMBER_1) when rolling over to other keys.

Also see #361.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes LS(LEFT_CONTROL) work as if shift and control were both
pressed explicitly. Previously, the left shift would have been released
as soon as another key was pressed. The implicit behavior is useful in
case of LS(NUMBER_1) when rolling over to other keys.

Also see #361.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix momentary layer bug when top layer is not &amp;trans</title>
<updated>2020-11-16T22:19:27+00:00</updated>
<author>
<name>Okke Formsma</name>
<email>okke@formsma.nl</email>
</author>
<published>2020-11-11T15:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=e48a6b659c6da4afd56f2c3e3fa56d291ebf80e4'/>
<id>e48a6b659c6da4afd56f2c3e3fa56d291ebf80e4</id>
<content type='text'>
Key release events released keys on the wrong layer if the 'top layer'
was not &amp;trans above the &amp;mo key.

base    &lt;&amp;mo 1&gt;
layer 1 &lt;&amp;kp B&gt;

This was caused by overwriting
`zmk_keymap_active_behavior_layer[position]` after the &amp;mo key was
handled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Key release events released keys on the wrong layer if the 'top layer'
was not &amp;trans above the &amp;mo key.

base    &lt;&amp;mo 1&gt;
layer 1 &lt;&amp;kp B&gt;

This was caused by overwriting
`zmk_keymap_active_behavior_layer[position]` after the &amp;mo key was
handled.
</pre>
</div>
</content>
</entry>
</feed>
