<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/platforms, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2025-11-30T19:25:52+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'origin/master' into develop</title>
<updated>2025-11-30T19:25:52+00:00</updated>
<author>
<name>QMK Bot</name>
</author>
<published>2025-11-30T19:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ee60542bd6aa8d96714516f7f42b02fbd8105fcb'/>
<id>urn:sha1:ee60542bd6aa8d96714516f7f42b02fbd8105fcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CI] Format code according to conventions (#25827)</title>
<updated>2025-11-30T19:25:13+00:00</updated>
<author>
<name>QMK Bot</name>
</author>
<published>2025-11-30T19:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=6ed61c65dd66cdbb450a4920a69bae193ec73f15'/>
<id>urn:sha1:6ed61c65dd66cdbb450a4920a69bae193ec73f15</id>
<content type='text'>
Format code according to conventions</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into develop</title>
<updated>2025-11-27T13:37:29+00:00</updated>
<author>
<name>QMK Bot</name>
</author>
<published>2025-11-27T13:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=9acd127cc1318d761aac76a806189fadeaaa247a'/>
<id>urn:sha1:9acd127cc1318d761aac76a806189fadeaaa247a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>QMK CLI Environment bootstrapper (#25038)</title>
<updated>2025-11-27T13:36:49+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2025-11-27T13:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=9c2ca00074784dbee27b459d71cfc8e75f47b976'/>
<id>urn:sha1:9c2ca00074784dbee27b459d71cfc8e75f47b976</id>
<content type='text'>
Co-authored-by: Joel Challis &lt;git@zvecr.com&gt;
Co-authored-by: Pascal Getreuer &lt;getreuer@google.com&gt;
</content>
</entry>
<entry>
<title>[Core] suspend: suppress wake up keypress (#23389)</title>
<updated>2025-11-11T12:35:03+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
</author>
<published>2025-11-11T12:35:03+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c68e4dec10db07f16f6d2b5dd883bbcfc09cde25'/>
<id>urn:sha1:c68e4dec10db07f16f6d2b5dd883bbcfc09cde25</id>
<content type='text'>
* suspend: suppress wake up keypress

Waking the host from suspend is done by pressing any key on the
keyboard, the regular key codes assigned to the keys are not important
and must not be sent - otherwise they usually end up in password prompts
as ghost characters that have to be deleted again. This commit adds
suppression for all keys pressed at the time of wake up. Once a key is
released it functions as a regular key again.

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;

* suspend: update wake up matrix after wake up delay

If USB_SUSPEND_WAKEUP_DELAY is set, the keyboard sleeps during wake up -
which can be up to multiple seconds. To handle key presses and releases
in that time frame we have to handle the following cases:

1. Key not pressed before suspend, and not pressed after wakeup → do
   nothing (normal case).
2. Key not pressed before suspend, but pressed after wakeup → set the
   wakeup_matrix bit to 1 (so that the press and release events would be
   suppressed).
3. Key pressed before suspend, but not pressed after wakeup → do nothing
   (the release event will be generated on the first matrix_task() call
   after the wakeup).
4. Key pressed before suspend, and still pressed after wakeup → do
   nothing (the release event will be generated some time later).

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;
Co-authored-by: Sergey Vlasov &lt;sigprof@gmail.com&gt;

* keyboards: anavi: macropad8: disable snake and rgb_test effects

...to shrink the binary size.</content>
</entry>
<entry>
<title>Add I2C Transmit and Receive function (#25637)</title>
<updated>2025-11-11T12:02:35+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2025-11-11T12:02:35+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=28eeb92f8eec5b8268d2a74ad0561670d14e189a'/>
<id>urn:sha1:28eeb92f8eec5b8268d2a74ad0561670d14e189a</id>
<content type='text'>
* feat: adds a transmit and receive i2c method

* fix: address the i2c transmit and receive length on u16

* Add AVR/LUFA implementation

Didn't add a progmem version, since that would only apply to receive.
Figured it wasn't worth it, but can add.

* Rearrange order of functions

* Add docs

* Fix doc gen error

* Fix lint issues

* fix more lint issues</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into develop</title>
<updated>2025-11-08T20:49:51+00:00</updated>
<author>
<name>QMK Bot</name>
</author>
<published>2025-11-08T20:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=fb6d7762b98348ce365050568751776845772a1a'/>
<id>urn:sha1:fb6d7762b98348ce365050568751776845772a1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pmw33xx sensor initialisation (#25777)</title>
<updated>2025-11-08T20:49:15+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2025-11-08T20:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=00eebfb575d6ea0660755cee2c6ccf3b21110312'/>
<id>urn:sha1:00eebfb575d6ea0660755cee2c6ccf3b21110312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update STM32F446 default HSE to 8MHz (#25717)</title>
<updated>2025-10-13T05:40:45+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2025-10-13T05:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=f4068dbfb0a5bc8ba0daf4e714ff3cbe89ef92c2'/>
<id>urn:sha1:f4068dbfb0a5bc8ba0daf4e714ff3cbe89ef92c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update default OLED font (#25565)</title>
<updated>2025-09-09T16:34:33+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2025-09-09T16:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=eda39f435698e41a043a4a21f48a75253f2fb879'/>
<id>urn:sha1:eda39f435698e41a043a4a21f48a75253f2fb879</id>
<content type='text'>
</content>
</entry>
</feed>
