<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/include/zmk, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>Move Zephyr app into subdirectory.</title>
<updated>2020-06-09T01:07:16+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-09T01:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=38f1dbd9842eaf53db359ad46b070bfff8db1359'/>
<id>38f1dbd9842eaf53db359ad46b070bfff8db1359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement a basic set of consumer page keycodes.</title>
<updated>2020-06-02T15:23:22+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-02T15:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=8de6c85b7464fdc3518648242ce16142e30ed73d'/>
<id>8de6c85b7464fdc3518648242ce16142e30ed73d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial exploration of mod tap action.</title>
<updated>2020-05-24T23:25:46+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-05-23T02:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=53aadc4f931a27d7b1350ea99cdc79106e138ad3'/>
<id>53aadc4f931a27d7b1350ea99cdc79106e138ad3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a mock kscan driver, working native_posix.</title>
<updated>2020-05-24T22:22:16+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-05-24T22:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=ed5532bf94e93d25e35498cfd7a9040b0c69597b'/>
<id>ed5532bf94e93d25e35498cfd7a9040b0c69597b</id>
<content type='text'>
* Unified logging to one module.
* Mock kscan driver that simulates events.
* Working native_posix board target for testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Unified logging to one module.
* Mock kscan driver that simulates events.
* Working native_posix board target for testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial basic modifiers support.</title>
<updated>2020-05-19T03:34:36+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-05-19T03:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=585e062e87dbb227e73e2cb31d5041ff5520fb4d'/>
<id>585e062e87dbb227e73e2cb31d5041ff5520fb4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Comment out non-working layer enum generation.</title>
<updated>2020-05-18T17:50:30+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-05-18T17:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=ba156498bdf4dfcbb32f27a5cecf4fc105d6c243'/>
<id>ba156498bdf4dfcbb32f27a5cecf4fc105d6c243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement raise/lower for default keymap.</title>
<updated>2020-05-18T17:42:41+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-05-18T17:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=f478438f01e081514f255ce67f7b75935ee7b51a'/>
<id>f478438f01e081514f255ce67f7b75935ee7b51a</id>
<content type='text'>
* Properly allow includes for keymaps to allow defining
  custom keycodes, and then adding them to the
  keymap.overlay file.
* Fix keymap.c loading after build refactor.
* Fix for deactivating a layer working properly.
* Fix default keymap to put transparent in proper spots to
  make raise/lower keycodes work as expected.
* Add custom raise/lower keycode handling to default
  keymap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Properly allow includes for keymaps to allow defining
  custom keycodes, and then adding them to the
  keymap.overlay file.
* Fix keymap.c loading after build refactor.
* Fix for deactivating a layer working properly.
* Fix default keymap to put transparent in proper spots to
  make raise/lower keycodes work as expected.
* Add custom raise/lower keycode handling to default
  keymap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor build/config/keymaps.</title>
<updated>2020-05-18T13:11:46+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-05-18T13:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c1905745b3578037d1791bd634a3d1607cafd525'/>
<id>c1905745b3578037d1791bd634a3d1607cafd525</id>
<content type='text'>
* Move all headers to `include/zmk` directory.
* Update includes to reference them properly.
* Add `keymap.c` file from keymap, if found.
* Toplevel CONFIG_ZMK_BLE aggregate config setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move all headers to `include/zmk` directory.
* Update includes to reference them properly.
* Add `keymap.c` file from keymap, if found.
* Toplevel CONFIG_ZMK_BLE aggregate config setting.
</pre>
</div>
</content>
</entry>
</feed>
