Skip to content

Conversation

@SeanCline
Copy link
Contributor

@SeanCline SeanCline commented Apr 12, 2025

This pull request adds a new module to periodically move the mouse cursor, keeping the host system awake.

@SeanCline SeanCline changed the title Add Mouse Jiggler extension Add Mouse Jiggler module Apr 12, 2025
@xs5871
Copy link
Collaborator

xs5871 commented Apr 16, 2025

There's still some linting to be done. make fix-formatting fix-isort can do most of it. make test has to pass.

@SeanCline
Copy link
Contributor Author

Whoops. Forgot to lint. 🤦‍♂️

I'm on a Windows box right now so the following did the trick.

py -m pip install .[dev]
py -m isort kmk\modules\mouse_jiggler.py
py -m black kmk\modules\mouse_jiggler.py

@xs5871 xs5871 merged commit 6304e93 into KMKfw:main Apr 22, 2025
1 check passed
SeanCline added a commit to SeanCline/RabidKeyboard that referenced this pull request Apr 22, 2025
The mouse jiggler module is now upstreamed into KMK.
KMKfw/kmk_firmware#1103

Now we can just import it instead of our own copy.
SeanCline added a commit to SeanCline/RabidKeyboard that referenced this pull request Apr 22, 2025
The mouse jiggler module is now upstreamed into KMK.
KMKfw/kmk_firmware#1103

We can just import the upstreamed version instead of our own copy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants