<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/cmake, branch main</title>
<subtitle>ZMK Bluetooth keyboard firmware.</subtitle>
<id>http://git.nvandoorn.com/zmk.git/atom/app/cmake?h=main</id>
<link rel='self' href='http://git.nvandoorn.com/zmk.git/atom/app/cmake?h=main'/>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<updated>2020-11-21T03:24:29Z</updated>
<entry>
<title>build: set zmk_config.cmake cmake_minimum_required to VERSION 3.15</title>
<updated>2020-11-21T03:24:29Z</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-11-19T12:01:13Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=d50f4afc7e5640990ea90f71249904bb45a0bb9c'/>
<id>urn:sha1:d50f4afc7e5640990ea90f71249904bb45a0bb9c</id>
<content type='text'>
3.15 is the minimum version required to facilitate list(PREPEND) used within zmk_config.cmake.

https://cmake.org/cmake/help/v3.15/command/list.html

Fixes #402</content>
</entry>
<entry>
<title>fix(shields): Load Kconfig for out-of-tree shields</title>
<updated>2020-08-20T15:38:36Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-08-20T14:51:35Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=973087639329893e916d3d341ee4326d1c14a711'/>
<id>urn:sha1:973087639329893e916d3d341ee4326d1c14a711</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor to using .keymap files</title>
<updated>2020-08-06T14:32:06Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-08-06T14:32:06Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=f83ec5ce2b04380158299c20c603c1fbb49b12d6'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Properly add overlay/conf files for base shield dir name as well.</title>
<updated>2020-07-25T04:13:42Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-07-25T04:13:40Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=7a5946742086ab66dfc197f5925d9533cd9b3c4b'/>
<id>urn:sha1:7a5946742086ab66dfc197f5925d9533cd9b3c4b</id>
<content type='text'>
* Needed so when building with `kyria_left` shield, then config
  dir containing `kyria.conf` and `kyria.overlay` will also be
  applied as configs/overlays.
</content>
</entry>
<entry>
<title>Log more info on ZMK config dir usage.</title>
<updated>2020-07-24T03:01:47Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-07-24T03:01:47Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=f22407223f21b4a16a16b8254961e45eb177dbdb'/>
<id>urn:sha1:f22407223f21b4a16a16b8254961e45eb177dbdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add user config as board/dts roots as needed.</title>
<updated>2020-07-22T23:42:05Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-07-22T23:42:05Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=bccd30d68ad0f44113f477bcc3e57486b72ea02a'/>
<id>urn:sha1:bccd30d68ad0f44113f477bcc3e57486b72ea02a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows build fixes.</title>
<updated>2020-07-14T03:49:36Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-07-14T03:49:36Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=fff18dd33e62a428579b4f1aa6a339c7e4a1c40d'/>
<id>urn:sha1:fff18dd33e62a428579b4f1aa6a339c7e4a1c40d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ability to have board overlay combined w/ shield keymap.</title>
<updated>2020-07-02T02:58:30Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-07-02T02:58:30Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=7ce82fbd12854a379755802dd83b5592ed17f345'/>
<id>urn:sha1:7ce82fbd12854a379755802dd83b5592ed17f345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial refactor to have a shield/board have one default keymap.</title>
<updated>2020-06-15T03:58:43Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-13T20:37:31Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=583839afce4b8117e3ae7bd644954b03d0ed3ddf'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Move Zephyr app into subdirectory.</title>
<updated>2020-06-09T01:07:16Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-06-09T01:07:16Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=38f1dbd9842eaf53db359ad46b070bfff8db1359'/>
<id>urn:sha1:38f1dbd9842eaf53db359ad46b070bfff8db1359</id>
<content type='text'>
</content>
</entry>
</feed>
