<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/quantum/action_util.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-11T11:27:12+00:00</updated>
<entry>
<title>[Core] Speculative Hold option for mod-taps: hold mods instantly while unsettled. (#25572)</title>
<updated>2025-11-11T11:27:12+00:00</updated>
<author>
<name>Pascal Getreuer</name>
</author>
<published>2025-11-11T11:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=efc5d63383b64291f25c8377bcfae8178dd63302'/>
<id>urn:sha1:efc5d63383b64291f25c8377bcfae8178dd63302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Feature] Implement `mod_t` packed struct (#25168)</title>
<updated>2025-09-30T14:52:43+00:00</updated>
<author>
<name>Pablo Martínez</name>
</author>
<published>2025-09-30T14:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=bbd6e8ab340bb4b3f25671fea59fd608397e8a34'/>
<id>urn:sha1:bbd6e8ab340bb4b3f25671fea59fd608397e8a34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove force disable of NKRO when Bluetooth enabled (#25201)</title>
<updated>2025-05-06T05:47:44+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2025-05-06T05:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ab1332bb6cc798c037a0bd58c22d954755226dbf'/>
<id>urn:sha1:ab1332bb6cc798c037a0bd58c22d954755226dbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Non-volatile memory data repository pattern (#24356)</title>
<updated>2025-03-21T12:38:34+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2025-03-21T12:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=2b00b846dce1d1267dfdb2a3c2972a367cc0dd44'/>
<id>urn:sha1:2b00b846dce1d1267dfdb2a3c2972a367cc0dd44</id>
<content type='text'>
* First batch of eeconfig conversions.

* Offset and length for datablocks.

* `via`, `dynamic_keymap`.

* Fix filename.

* Commentary.

* wilba leds

* satisfaction75

* satisfaction75

* more keyboard whack-a-mole

* satisfaction75

* omnikeyish

* more whack-a-mole

* `generic_features.mk` to automatically pick up nvm repositories

* thievery

* deferred variable resolve

* whitespace

* convert api to structs/unions

* convert api to structs/unions

* convert api to structs/unions

* fixups

* code-side docs

* code size fix

* rollback

* nvm_xxxxx_erase

* Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too.

* Fixup build.

* Fixup compilation error with encoders.

* Build fixes.

* Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof.

* Build failure rectification.</content>
</entry>
<entry>
<title>[Core] `usb_device_state`: consolidate usb state handling across implementations (#24258)</title>
<updated>2024-10-18T07:57:08+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
</author>
<published>2024-10-18T07:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3f9d4644126483bbd937f2be75a8878a1c986630'/>
<id>urn:sha1:3f9d4644126483bbd937f2be75a8878a1c986630</id>
<content type='text'>
* usb_device_state: add idle_rate, led and protocol

Previously all usb drivers and platform implementations (expect for our
oddball atsam) tracked the same two global variables:

- keyboard_protocol: to indicate if we are in report or boot protocol
- keyboard_idle: for the idle_rate of the keyboard endpoint

And a local variable that was exposed trough some indirection:

- keyboard_led_state: for the currently set indicator leds (caps lock etc.)

These have all been moved into the usb_device_state struct wich is
accessible by getters and setters.

This reduces code duplication and centralizes the state management
across platforms and drivers.

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;

* usb_device_state: reset protocol on reset

The usb hid specification section 7.2.6 states:

When initialized, all devices default to report protocol. However the
host should not make any assumptions about the device’s state and should
set the desired protocol whenever initializing a device.

Thus on reset we should always do exactly that.

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;

* keyboards: fix oversize warnings

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;

---------

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;</content>
</entry>
<entry>
<title>Separate 6KRO and NKRO report structs (#22267)</title>
<updated>2023-10-23T04:43:46+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-10-23T04:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=0c160e1fbafbf477c74e64fd8ab9a9121eb0f42a'/>
<id>urn:sha1:0c160e1fbafbf477c74e64fd8ab9a9121eb0f42a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap and key overrides (#20992)</title>
<updated>2023-07-07T14:18:02+00:00</updated>
<author>
<name>precondition</name>
</author>
<published>2023-07-07T14:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=1abf8f3e8b8a9b358be3c27867f9bee7422507f3'/>
<id>urn:sha1:1abf8f3e8b8a9b358be3c27867f9bee7422507f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>quantum/action_util.c: Use uint8_t for oneshot_layer_data (#20423)</title>
<updated>2023-04-12T14:24:07+00:00</updated>
<author>
<name>Manuel Ullmann</name>
</author>
<published>2023-04-12T14:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=150219318198af40f7e10f375f7808a63bf5a2ee'/>
<id>urn:sha1:150219318198af40f7e10f375f7808a63bf5a2ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix OSMs getting stuck (#20034)</title>
<updated>2023-04-03T05:38:44+00:00</updated>
<author>
<name>Kasimir Pihlasviita</name>
</author>
<published>2023-04-03T05:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=46844347c4f4b5f8b50ea22dd06c7555a86fc94b'/>
<id>urn:sha1:46844347c4f4b5f8b50ea22dd06c7555a86fc94b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix functions with empty params (#19647)</title>
<updated>2023-01-20T16:21:17+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-01-20T16:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=cf935d97ae479e7a1e1f2f2f248b93e52e4cc69e'/>
<id>urn:sha1:cf935d97ae479e7a1e1f2f2f248b93e52e4cc69e</id>
<content type='text'>
* Fix functions with empty params

* Found a bunch more</content>
</entry>
</feed>
