<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/boards/shields/petejohanson_handwire, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<entry>
<title>Refactor to using .keymap files</title>
<updated>2020-08-06T14:32:06+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-08-06T14:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=f83ec5ce2b04380158299c20c603c1fbb49b12d6'/>
<id>f83ec5ce2b04380158299c20c603c1fbb49b12d6</id>
<content type='text'>
* Still just devicetree keymaps.
* Filename can now use `&lt;board&gt;.keymap` or
  `&lt;shield&gt;.keymap` convention, including
  overrides for revisions, etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Still just devicetree keymaps.
* Filename can now use `&lt;board&gt;.keymap` or
  `&lt;shield&gt;.keymap` convention, including
  overrides for revisions, etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #32 from petejohanson/core/refactor-keymap-to-behaviors</title>
<updated>2020-06-25T18:39:08+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-25T18:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c457d9880d31bf638272495be1891adf172bcaee'/>
<id>c457d9880d31bf638272495be1891adf172bcaee</id>
<content type='text'>
Refactor keymap to behaviors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor keymap to behaviors</pre>
</div>
</content>
</entry>
<entry>
<title>Initial working Clueboard California Macropad w/ proton-c fixes</title>
<updated>2020-06-24T14:14:27+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-24T14:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=d35a95c7afc9e5ef6f087034dbf4cbb03048f9cd'/>
<id>d35a95c7afc9e5ef6f087034dbf4cbb03048f9cd</id>
<content type='text'>
* Basic Clueboard Californai Macropad shield definition.
* New "direct" KSCAN driver that supports non-matrix direct
  wiring for switches, needed for macropad that doesn't have
  a matrix at all.
* Some renames for existing KSCAN GPIO driver to make the implied
  "matrix" part explicit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Basic Clueboard Californai Macropad shield definition.
* New "direct" KSCAN driver that supports non-matrix direct
  wiring for switches, needed for macropad that doesn't have
  a matrix at all.
* Some renames for existing KSCAN GPIO driver to make the implied
  "matrix" part explicit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix consumer keys w/ refactored behaviors.</title>
<updated>2020-06-22T15:06:01+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-22T15:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=55cf9db564e66e2804f2d3f2201c55c3c86a90d7'/>
<id>55cf9db564e66e2804f2d3f2201c55c3c86a90d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor to single &lt;behaviors.dtsi&gt; include.</title>
<updated>2020-06-22T02:05:11+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-22T02:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c6625169e5f6cfc8641fc08662f59935abf11588'/>
<id>c6625169e5f6cfc8641fc08662f59935abf11588</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor global bindings, implement mod-tap.</title>
<updated>2020-06-22T01:43:44+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-22T01:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=223edf05ad08938b066f9187668ebfae43c5e91a'/>
<id>223edf05ad08938b066f9187668ebfae43c5e91a</id>
<content type='text'>
* Use extra comptible = "zmk,behavior-global" to add
   behaviors to global bindings for event notification.
* Implement mod-tap, as a keymap binding and global one
  to skip tap if other keycode pressed while held.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use extra comptible = "zmk,behavior-global" to add
   behaviors to global bindings for event notification.
* Implement mod-tap, as a keymap binding and global one
  to skip tap if other keycode pressed while held.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots more pieces toward HID working again.</title>
<updated>2020-06-20T04:11:39+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-20T04:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=d65629b9a0b79b6e294419fe9a4118fb09491c91'/>
<id>d65629b9a0b79b6e294419fe9a4118fb09491c91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some initial work on behavior bindings for keymaps</title>
<updated>2020-06-19T19:32:33+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-19T19:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c23d752917774bc740c791e2f7eeef6f8f9e1033'/>
<id>c23d752917774bc740c791e2f7eeef6f8f9e1033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial refactor to have a shield/board have one default keymap.</title>
<updated>2020-06-15T03:58:43+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-13T20:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=583839afce4b8117e3ae7bd644954b03d0ed3ddf'/>
<id>583839afce4b8117e3ae7bd644954b03d0ed3ddf</id>
<content type='text'>
* Start of work of focusing on out-of-tree user keymaps.

Add ZMK_CONFIG support.

* General external configuration supported via ZMK_CONFIG,
  which should point to a configuration directory.
* Priority order of overlay files to select.
  * ${SHIELD}_${BOARD}.overlay
  * ${SHIELD}.overlay
  * ${BOARD}.overlay
  * default.overlay
* Equivalent search order for .conf files for initial Kconfig
  values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Start of work of focusing on out-of-tree user keymaps.

Add ZMK_CONFIG support.

* General external configuration supported via ZMK_CONFIG,
  which should point to a configuration directory.
* Priority order of overlay files to select.
  * ${SHIELD}_${BOARD}.overlay
  * ${SHIELD}.overlay
  * ${BOARD}.overlay
  * default.overlay
* Equivalent search order for .conf files for initial Kconfig
  values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix remaining Apache header lines.</title>
<updated>2020-06-09T13:54:13+00:00</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-09T13:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=297e457dd523b179ba4b4aeb55995dac0f9df55f'/>
<id>297e457dd523b179ba4b4aeb55995dac0f9df55f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
