<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/quantum/pointing_device/pointing_device_auto_mouse.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>2024-11-23T10:09:34+00:00</updated>
<entry>
<title>[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)</title>
<updated>2024-11-23T10:09:34+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2024-11-23T10:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=4a5bae51cd1f2cbca0ab8c8ae6e15262f8dc5a68'/>
<id>urn:sha1:4a5bae51cd1f2cbca0ab8c8ae6e15262f8dc5a68</id>
<content type='text'>
* [Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#21881)

* Apply suggestions from code review

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;

---------

Co-authored-by: Nebuleon &lt;2391500+Nebuleon@users.noreply.github.com&gt;
Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
</entry>
<entry>
<title>Add utility functions for Pointing Device Auto Mouse feature (#23144)</title>
<updated>2024-03-10T05:34:41+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2024-03-10T05:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c0dbe9a33662a651fb91afb2e4810bae3f6a825e'/>
<id>urn:sha1:c0dbe9a33662a651fb91afb2e4810bae3f6a825e</id>
<content type='text'>
* Make is_auto_mouse_active() available globally

* Add mouse key tracker functions for auto mouse layer</content>
</entry>
<entry>
<title>Add option for auto mouse movement threshold (#21398)</title>
<updated>2024-01-09T10:16:50+00:00</updated>
<author>
<name>Marcel Robitaille</name>
</author>
<published>2024-01-09T10:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=ce05dc6fa1ff0d508af1e5e79eeeb6359736df51'/>
<id>urn:sha1:ce05dc6fa1ff0d508af1e5e79eeeb6359736df51</id>
<content type='text'>
Fixes #21396
</content>
</entry>
<entry>
<title>Fix build error when Automatic Mouse Layer is enabled (#22229)</title>
<updated>2023-10-08T18:43:09+00:00</updated>
<author>
<name>ikorihn</name>
</author>
<published>2023-10-08T18:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=4345d34cf2083b1cfbe9487762f077e5d3feea83'/>
<id>urn:sha1:4345d34cf2083b1cfbe9487762f077e5d3feea83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>quantum: remove direct `quantum.h` includes (#21507)</title>
<updated>2023-07-16T13:42:56+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2023-07-16T13:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=da2d2f947d5c30aebea17f414fb22ad50fe5410b'/>
<id>urn:sha1:da2d2f947d5c30aebea17f414fb22ad50fe5410b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Pointing Device Auto Layer more configurable (#20061)</title>
<updated>2023-05-06T13:38:45+00:00</updated>
<author>
<name>Drashna Jaelre</name>
</author>
<published>2023-05-06T13:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=59eb8940b028bfa2a215231719b8eeca57701ed1'/>
<id>urn:sha1:59eb8940b028bfa2a215231719b8eeca57701ed1</id>
<content type='text'>
Co-authored-by: Pablo Martínez &lt;58857054+elpekenin@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fix keycode parameter extraction to match the new DD keycodes (#18977)</title>
<updated>2022-11-06T21:39:05+00:00</updated>
<author>
<name>Sergey Vlasov</name>
</author>
<published>2022-11-06T21:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=a7b2f4233ca2062037303e783ced30d9376c9443'/>
<id>urn:sha1:a7b2f4233ca2062037303e783ced30d9376c9443</id>
<content type='text'>
* Add macros to extract parameters from keycode values

Implement both encoding and decoding for keycodes like TO(layer) or
LM(layer, mod) in one place, so that the decoding won't get out of sync
with the encoding.

While at it, fix some macros for creating keycode values that did not
apply the appropriate masks to parameters (and therefore could allow the
result to be out of range if a wrong parameter was passed).

* keymap_common: Use extraction macros for keycodes

* pointing_device_auto_mouse: Use extraction macros for keycodes

Fixes #18970.

* process_autocorrect: Use extraction macros for keycodes

* process_caps_word: Use extraction macros for keycodes

(Also fix a minor bug - SH_TG was not handled properly)

* process_leader: Use extraction macros for keycodes

(Technically the code is not 100% correct, because it always assumes
that the LT() or MT() action was a tap, but it's a separate issue that
already existed before the keycode changes.)

* process_unicode: Use extraction macros for keycodes

* process_unicodemap: Use extraction macros for keycodes</content>
</entry>
<entry>
<title>[Core] Pointing Device Automatic Mouse Layer (#17962)</title>
<updated>2022-09-24T06:43:55+00:00</updated>
<author>
<name>Alabastard-64</name>
</author>
<published>2022-09-24T06:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=7c1797f52f74c9614615c0632ea1a2f5f11d3af6'/>
<id>urn:sha1:7c1797f52f74c9614615c0632ea1a2f5f11d3af6</id>
<content type='text'>
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;</content>
</entry>
</feed>
