<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/tmk_core/protocol/vusb/protocol.c, 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-11T12:35:03+00:00</updated>
<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>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>Refactor vusb to protocol use pre/post task (#14944)</title>
<updated>2024-03-14T10:45:12+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2024-03-14T10:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=63dd131d812be4b8d4894fc20ca9968e25996b07'/>
<id>urn:sha1:63dd131d812be4b8d4894fc20ca9968e25996b07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Align VUSB suspend protocol logic (#22688)</title>
<updated>2024-02-01T15:33:57+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2024-02-01T15:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=79020519b4393c8a4f37c9b5fbd214a0f71192d4'/>
<id>urn:sha1:79020519b4393c8a4f37c9b5fbd214a0f71192d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>V-USB: Add generic `send_report()` function (#22323)</title>
<updated>2023-11-26T11:50:21+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-11-26T11:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=cbf538aaaae837971a5b54aaddb9f92b3ac0a8c0'/>
<id>urn:sha1:cbf538aaaae837971a5b54aaddb9f92b3ac0a8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VUSB - Use correct endpoint poll for VIA (#16691)</title>
<updated>2022-03-19T17:40:47+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2022-03-19T17:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=047ef3cd121e6bed3702eaf7ed3e96cf1e765ec5'/>
<id>urn:sha1:047ef3cd121e6bed3702eaf7ed3e96cf1e765ec5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format code according to conventions (#16322)</title>
<updated>2022-02-12T18:29:31+00:00</updated>
<author>
<name>QMK Bot</name>
</author>
<published>2022-02-12T18:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=63646e8906e062d1c1de3925cba70c4e3426a855'/>
<id>urn:sha1:63646e8906e062d1c1de3925cba70c4e3426a855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert to old init order for host driver (#15029)</title>
<updated>2021-11-02T18:53:46+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-11-02T18:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=634e42b2b47d32ae8aa933599e63e3761939e3f5'/>
<id>urn:sha1:634e42b2b47d32ae8aa933599e63e3761939e3f5</id>
<content type='text'>
* Partially revert 14888</content>
</entry>
<entry>
<title>Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)</title>
<updated>2021-10-24T19:39:41+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-10-24T19:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=2ec268bd21c6bb8d6afbd4908fb0289b0d1c6bd2'/>
<id>urn:sha1:2ec268bd21c6bb8d6afbd4908fb0289b0d1c6bd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Begin to carve out platform/protocol API - Single main loop (#13843)</title>
<updated>2021-08-17T23:11:07+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-08-17T23:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=96e2b13d1de227cdc2b918fb0292bd832d346a25'/>
<id>urn:sha1:96e2b13d1de227cdc2b918fb0292bd832d346a25</id>
<content type='text'>
* Begin to carve out platform/protocol API

* Fix up after rebase</content>
</entry>
</feed>
