<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zmk.git/app/include/dt-bindings, branch master</title>
<subtitle>ZMK Bluetooth keyboard firmware.</subtitle>
<id>http://git.nvandoorn.com/zmk.git/atom/app/include/dt-bindings?h=master</id>
<link rel='self' href='http://git.nvandoorn.com/zmk.git/atom/app/include/dt-bindings?h=master'/>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/'/>
<updated>2021-11-26T17:59:03Z</updated>
<entry>
<title>fix(underglow): Handle cycling effects on splits.</title>
<updated>2021-11-26T17:59:03Z</updated>
<author>
<name>Peter Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-11-09T05:04:54Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=54bfc6c970f562b3919d3f07a88f093505bad821'/>
<id>urn:sha1:54bfc6c970f562b3919d3f07a88f093505bad821</id>
<content type='text'>
* Convert relative effect cycling to absolute effect selection.
</content>
</entry>
<entry>
<title>feat(keys): Add LSHIFT and RSHIFT aliases</title>
<updated>2021-06-09T00:57:40Z</updated>
<author>
<name>Dom H</name>
<email>dom@hxy.io</email>
</author>
<published>2021-05-06T20:42:03Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=4c1a71551b8b1dae46442e3d46c3c13b0ecbd03c'/>
<id>urn:sha1:4c1a71551b8b1dae46442e3d46c3c13b0ecbd03c</id>
<content type='text'>
Using LSHIFT or RSHIFT instead of LSHFT or RSHFT was a common error.
</content>
</entry>
<entry>
<title>feat(underglow): Convert HSB changes to absolute.</title>
<updated>2021-02-09T06:27:50Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-02-02T19:50:02Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=2af794eed3fe03b3c3ab904bb02b3953d234adc0'/>
<id>urn:sha1:2af794eed3fe03b3c3ab904bb02b3953d234adc0</id>
<content type='text'>
* Public type for HSB led color.
* New API for calculating "next" HSB based on current
  state.
* Update behavior to convert the increment/decrement
  commands to absolute command as well.
</content>
</entry>
<entry>
<title>refactor(rgb): Expose explicit on/off command/API.</title>
<updated>2021-02-09T06:27:50Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2021-01-20T15:57:03Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=bb2c478af915616640d78ae9ba984fbf1f817185'/>
<id>urn:sha1:bb2c478af915616640d78ae9ba984fbf1f817185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(feat) Allow setting underglow color by key press</title>
<updated>2021-01-08T21:08:13Z</updated>
<author>
<name>KemoNine</name>
<email>mcrosson@kemonine.info</email>
</author>
<published>2020-12-15T06:00:52Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=99f932a47d4705c7ddde83256fada9aa7aa3bda6'/>
<id>urn:sha1:99f932a47d4705c7ddde83256fada9aa7aa3bda6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: replace filename hyphens with underscores</title>
<updated>2020-12-28T06:15:35Z</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-12-22T15:56:00Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=842aa5a842e117b7b00e49258ca0bde44dc0c789'/>
<id>urn:sha1:842aa5a842e117b7b00e49258ca0bde44dc0c789</id>
<content type='text'>
Aligns *.h and *.c to underscore naming convention.

These were kept (with warnings) for backwards compatibility with external boards/shields:
- kscan-mock.h
- matrix-transform.h
They should be removed in the future.

PR: #523</content>
</entry>
<entry>
<title>refactor(app): Replace `HID_EXT_USAGE` with `HID_USAGE`</title>
<updated>2020-11-10T21:00:20Z</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-11-06T20:28:44Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c21897856ba50b79bb7ba5cfcfe0ad7756a20c60'/>
<id>urn:sha1:c21897856ba50b79bb7ba5cfcfe0ad7756a20c60</id>
<content type='text'>
Simplifies terminology and improves readability.</content>
</entry>
<entry>
<title>refactor(keys): Unify usage page.</title>
<updated>2020-11-05T19:55:40Z</updated>
<author>
<name>Pete Johanson</name>
<email>peter@peterjohanson.com</email>
</author>
<published>2020-10-26T04:30:24Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=eff1b8223b5010d526914530c5d1d469eff356df'/>
<id>urn:sha1:eff1b8223b5010d526914530c5d1d469eff356df</id>
<content type='text'>
* Remove need for separate `&amp;cp` behavior, but
  keep it for now for backward compat.
* Refactor sensor inc/dec as well.
</content>
</entry>
<entry>
<title>fix(keys): Replace GUI with Application / Context Menu</title>
<updated>2020-11-04T19:31:59Z</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-11-04T18:50:41Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=c6abdb1890501a19cf9ef859639fec2839d820f0'/>
<id>urn:sha1:c6abdb1890501a19cf9ef859639fec2839d820f0</id>
<content type='text'>
This was a misrepresentation in the standardized keys that originated in earlier code.</content>
</entry>
<entry>
<title>feat(keys): Standardize keys</title>
<updated>2020-11-04T04:50:54Z</updated>
<author>
<name>innovaker</name>
<email>66737976+innovaker@users.noreply.github.com</email>
</author>
<published>2020-11-03T16:57:13Z</published>
<link rel='alternate' type='text/html' href='http://git.nvandoorn.com/zmk.git/commit/?id=a65295c2a7b029f05155e30a53f365644c0ecc3c'/>
<id>urn:sha1:a65295c2a7b029f05155e30a53f365644c0ecc3c</id>
<content type='text'>
Deprecate superseded names with comments.

Add standardized key names.

Closes #21.  Closes #158.  Closes #161.  Closes #246.</content>
</entry>
</feed>
