<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dkm/pouetpouet-r2.git/firmware/rust, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kataplop.net/dkm/pouetpouet-r2.git/atom?h=main</id>
<link rel='self' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/'/>
<updated>2023-01-20T21:51:44+00:00</updated>
<entry>
<title>rust: update dependencies, adjust Keyberon usage</title>
<updated>2023-01-20T21:51:44+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2023-01-20T20:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=99702cd9334fa1227cd75dea7b84b3fd43dd962f'/>
<id>urn:sha1:99702cd9334fa1227cd75dea7b84b3fd43dd962f</id>
<content type='text'>
Do a "cargo update" and adjust the minor change in Keyberon.
</content>
</entry>
<entry>
<title>rust: Add tap_hold interval</title>
<updated>2023-01-20T21:50:28+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-10-12T20:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=6efe439ef5ed5e9e879a76abb43a6043be584e3b'/>
<id>urn:sha1:6efe439ef5ed5e9e879a76abb43a6043be584e3b</id>
<content type='text'>
HoldTap don't play well with games where you may need to hold down some keys
without triggering the layer change.

Signed-off-by: Marc Poulhiès &lt;dkm@kataplop.net&gt;
</content>
</entry>
<entry>
<title>rust: try to use custom event to change color</title>
<updated>2022-09-09T20:40:33+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-09-09T20:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=46c10f53ddc19291769a6abafca43586d3ea64a1'/>
<id>urn:sha1:46c10f53ddc19291769a6abafca43586d3ea64a1</id>
<content type='text'>
TLDR; needs a redesign for correctly sharing LEDS (in usb_class) and lower prio
data in `backlight`.
</content>
</entry>
<entry>
<title>rust: initial support for keys LED matrix</title>
<updated>2022-09-08T20:11:34+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-09-08T20:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=f53ee644189101a2b004e29a38acd49dc00b6842'/>
<id>urn:sha1:f53ee644189101a2b004e29a38acd49dc00b6842</id>
<content type='text'>
LEDs are set/clear for press/release events.
</content>
</entry>
<entry>
<title>rust: use holdtap keys</title>
<updated>2022-09-04T18:43:40+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-09-03T07:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=fbbec2e92ba9a9162c5141fbcc484db28e426344'/>
<id>urn:sha1:fbbec2e92ba9a9162c5141fbcc484db28e426344</id>
<content type='text'>
Make i-e-t keys (bépo) alt-l1-alt with holdtap
</content>
</entry>
<entry>
<title>rust: missing capslock</title>
<updated>2022-08-28T06:20:53+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-07-27T09:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=cad3a8d4eb1a9403ae01d29077f3e4ed2bc47da0'/>
<id>urn:sha1:cad3a8d4eb1a9403ae01d29077f3e4ed2bc47da0</id>
<content type='text'>
Just realized the layout doesn't have this useless key.
Was stuck with CAPSLOCK set because of an external glitch and couldn't clear it.
</content>
</entry>
<entry>
<title>Update GPIO for rev2 board</title>
<updated>2022-07-22T20:13:01+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-07-22T19:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=4061ed4aab826858aad3c3410dc8920b32d6da6d'/>
<id>urn:sha1:4061ed4aab826858aad3c3410dc8920b32d6da6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust: extract layout in separate module</title>
<updated>2022-07-22T19:06:23+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-07-22T19:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=ea57bd91c369560a1bc9bb8443acbecf717a3c0f'/>
<id>urn:sha1:ea57bd91c369560a1bc9bb8443acbecf717a3c0f</id>
<content type='text'>
First step towards reusing for pouetpouet-r2: split!
</content>
</entry>
<entry>
<title>Update all crate, in particular rtic</title>
<updated>2022-07-22T19:06:23+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-07-22T19:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=4d702b9b02f0c503547cecc1c6ea075cb2a2e596'/>
<id>urn:sha1:4d702b9b02f0c503547cecc1c6ea075cb2a2e596</id>
<content type='text'>
Keyboard works, but customevents for leds are not working (yet).
</content>
</entry>
<entry>
<title>rust: Initial hold tap work</title>
<updated>2022-07-22T19:06:23+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-07-22T19:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=8a136f62b4952549e2a02d908149bfc0da9d8f33'/>
<id>urn:sha1:8a136f62b4952549e2a02d908149bfc0da9d8f33</id>
<content type='text'>
Currently not working (Tap action is never triggered unless some other
keys is tapped simultaneous).
</content>
</entry>
</feed>
