<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/tmk_core/protocol, 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>[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>Implement minimal connection update logic (#25334)</title>
<updated>2025-11-06T23:34:23+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2025-11-06T23:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=01952bf39aadc42a70221f91d8cc0536ad458b04'/>
<id>urn:sha1:01952bf39aadc42a70221f91d8cc0536ad458b04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix misspellings (#25555)</title>
<updated>2025-09-09T21:51:13+00:00</updated>
<author>
<name>François Magimel</name>
</author>
<published>2025-09-09T21:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=09ab67c0440d8e5e3faf832d23eb1b754845a573'/>
<id>urn:sha1:09ab67c0440d8e5e3faf832d23eb1b754845a573</id>
<content type='text'>
* docs: fix misspellings

* docs: do line breaks with HTML instead of spaces

To remove trailing spaces and to avoid breaking things, line breaks can
be done with the HTML br tag.</content>
</entry>
<entry>
<title>Align sleep_led logic (#25395)</title>
<updated>2025-06-27T07:17:28+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2025-06-27T07:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=bc5c5e3251d019f3e070d7ea9e5c77501b25738d'/>
<id>urn:sha1:bc5c5e3251d019f3e070d7ea9e5c77501b25738d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Bug] Fix `usb_endpoint_interface_lut` multiple def compile err (#25378)</title>
<updated>2025-06-18T09:44:49+00:00</updated>
<author>
<name>Xelus22</name>
</author>
<published>2025-06-18T09:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=096696d86dc7f924a61f43428096107505f3cb45'/>
<id>urn:sha1:096696d86dc7f924a61f43428096107505f3cb45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `compiler_support.h` (#25274)</title>
<updated>2025-05-22T13:31:15+00:00</updated>
<author>
<name>Pablo Martínez</name>
</author>
<published>2025-05-22T13:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=955809bd5aee8b1444595b450eeeef1f42799995'/>
<id>urn:sha1:955809bd5aee8b1444595b450eeeef1f42799995</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove more USB only branches from NKRO handling (#25263)</title>
<updated>2025-05-14T12:01:08+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2025-05-14T12:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=cd95294a25fba190e6b3383200e178ffd0eab8d0'/>
<id>urn:sha1:cd95294a25fba190e6b3383200e178ffd0eab8d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add raw_hid support to host driver (#25255)</title>
<updated>2025-05-11T22:38:48+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2025-05-11T22:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=88c094908bb94324e28876f2beb8028a9fad086d'/>
<id>urn:sha1:88c094908bb94324e28876f2beb8028a9fad086d</id>
<content type='text'>
</content>
</entry>
</feed>
