<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dkm/pouetpouet-r2.git/firmware/src, 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>2022-07-22T19:06:23+00:00</updated>
<entry>
<title>Move rust firmware in subdir</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-07T19:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=3c71e3a2a3af39d579c2649fddf0c8ba835bfa01'/>
<id>urn:sha1:3c71e3a2a3af39d579c2649fddf0c8ba835bfa01</id>
<content type='text'>
... for the upcoming Ada one.
</content>
</entry>
<entry>
<title>Minor code cleaning</title>
<updated>2022-02-26T14:09:42+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-02-26T13:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=3d7b7dd6e23eb8d48c4dad3b9b736f814144d2b8'/>
<id>urn:sha1:3d7b7dd6e23eb8d48c4dad3b9b736f814144d2b8</id>
<content type='text'>
Remove some warnings, apply clippy hints.
</content>
</entry>
<entry>
<title>Update some dependencies</title>
<updated>2022-02-25T21:40:01+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2022-02-25T21:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=b79621076080ee1518189aa9f8788780f618aa21'/>
<id>urn:sha1:b79621076080ee1518189aa9f8788780f618aa21</id>
<content type='text'>
Signed-off-by: Marc Poulhiès &lt;dkm@kataplop.net&gt;
</content>
</entry>
<entry>
<title>Use new macro to define layers + cleaning</title>
<updated>2021-05-19T12:33:56+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2021-05-19T12:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=29fa9b6732f32342bb8f3e93f4da29a9c519e3f4'/>
<id>urn:sha1:29fa9b6732f32342bb8f3e93f4da29a9c519e3f4</id>
<content type='text'>
Use the new layout!() macro for easier and more readable layers definitions.

Add a testmode feature, used to have 'a' on all keys, easier to test if all
switch are correctly working or not.

Also fixed some minor warnings.
</content>
</entry>
<entry>
<title>Minor change in layout</title>
<updated>2021-01-22T21:07:15+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2021-01-22T21:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=3fdec43b26864bebe20d0ee5bdd51f202c1e5484'/>
<id>urn:sha1:3fdec43b26864bebe20d0ee5bdd51f202c1e5484</id>
<content type='text'>
Add Volume keys and also map page-up/down on the 2 keys in lower-right corner
for easier access (more similar to Typematrix, very convenient for reading).
</content>
</entry>
<entry>
<title>Change Keyboard::leds to leds_mut following upstream change.</title>
<updated>2021-01-16T14:07:55+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2021-01-16T14:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=2153a0562b8d306cb441d728922ac66ae31fe29e'/>
<id>urn:sha1:2153a0562b8d306cb441d728922ac66ae31fe29e</id>
<content type='text'>
The function changed names while upstreaming it.
Reverting back keyberon to upstream git instead following this change.
</content>
</entry>
<entry>
<title>Add a simple LED bleep at start</title>
<updated>2021-01-15T20:38:39+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2021-01-15T20:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=684f7fd0d1b12b4a2c88a7305a1fc49b5e55a1a8'/>
<id>urn:sha1:684f7fd0d1b12b4a2c88a7305a1fc49b5e55a1a8</id>
<content type='text'>
Always friendly to have a feedback from the device after it has booted.
</content>
</entry>
<entry>
<title>Simple backlight support using custom actions.</title>
<updated>2021-01-10T14:39:19+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2020-12-22T21:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=4e71a432f3729e1477e362b1a302b13ad80575f8'/>
<id>urn:sha1:4e71a432f3729e1477e362b1a302b13ad80575f8</id>
<content type='text'>
Use keyberon's custom action to create some useless LEDs mode.
Frequency (when applicable) and color can be changed by some keypress.
</content>
</entry>
<entry>
<title>Update code after keyberon update</title>
<updated>2020-12-17T20:36:11+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2020-12-17T20:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=f26c24e094dcd8634a9333ae0048e0688e799cc1'/>
<id>urn:sha1:f26c24e094dcd8634a9333ae0048e0688e799cc1</id>
<content type='text'>
Simply port current firmware. No CustomAction yet.
</content>
</entry>
<entry>
<title>Modified the bépo layout a bit</title>
<updated>2020-11-11T21:25:31+00:00</updated>
<author>
<name>Marc Poulhiès</name>
<email>dkm@kataplop.net</email>
</author>
<published>2020-11-11T20:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kataplop.net/dkm/pouetpouet-r2.git/commit/?id=d4fc554abb32a0cefdb38945d1b5bf7df0153424'/>
<id>urn:sha1:d4fc554abb32a0cefdb38945d1b5bf7df0153424</id>
<content type='text'>
Moved few keys around:
 - swapped w and AltGr.
 - swapped Raise and Shift
 - added ê/Ê
</content>
</entry>
</feed>
