<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dkm/pouetpouet-r2.git/firmware, 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>ada: build stm32 hal in dev mode</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-29T18:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=f376b19067e644b4ee55832f8ffc58665bc7eae1'/>
<id>urn:sha1:f376b19067e644b4ee55832f8ffc58665bc7eae1</id>
<content type='text'>
In release mode the mcu crashes very quickly, there must be some UB somewhere...
</content>
</entry>
<entry>
<title>ada: initial support for timing</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-29T18:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=a01712925975e7627108f727c65360e7b8feb176'/>
<id>urn:sha1:a01712925975e7627108f727c65360e7b8feb176</id>
<content type='text'>
Use clock configuration (only HSE48 for now) and use timer to have a 1ms update
frequency.
</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>ada: modifiers, layers and regular keys are working</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:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=4d0aa92f5533e74af2e5a4395e8c466cf0b0e5a3'/>
<id>urn:sha1:4d0aa92f5533e74af2e5a4395e8c466cf0b0e5a3</id>
<content type='text'>
Still need to add timings as currently the processor is looping full speed,
which may cause some lost events as the USB only polls at the frequency
advertised in the descriptor (few ms).
</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>
</feed>
