diff options
author | Pete Johanson <[email protected]> | 2024-12-09 17:45:41 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-09 19:45:41 -0500 |
commit | 6b40bfda53571f7a960ccc448aa87f29da7496ac (patch) | |
tree | 01aac8188ba01c796c58e11c5b5951bdd9485b97 /app/tests/pointing/mouse-move/move_x/events.patterns | |
parent | 7e8c542c94908ac011ec7272a5f8ab10d2102632 (diff) | |
download | zmk-6b40bfda53571f7a960ccc448aa87f29da7496ac.tar.gz zmk-6b40bfda53571f7a960ccc448aa87f29da7496ac.zip |
feat(mouse): Add mouse move and scroll support (#2477)
* feat(mouse): Add mouse move and scroll support
* Use Zephyr input subsystem for all pointers.
* Input processors for modifying events, e.g. scaling, swapping
codes, temporary (mouse) layers, etc.
* Mouse move/scroll behaviors.
* Infrastructure in place for physical pointer input devices.
* feat: Add input split support.
* docs: Add initial pointer docs.
---------
Co-authored-by: Cem Aksoylar <[email protected]>
Co-authored-by: Alexander Krikun <[email protected]>
Co-authored-by: Robert U <[email protected]>
Co-authored-by: Shawn Meier <[email protected]>
Co-authored-by: Chris Andreae <[email protected]>
Co-authored-by: Anant Thazhemadam <[email protected]>
Co-authored-by: Erik Tollerud <[email protected]>
Co-authored-by: Nicolas Munnich <[email protected]>
Diffstat (limited to 'app/tests/pointing/mouse-move/move_x/events.patterns')
-rw-r--r-- | app/tests/pointing/mouse-move/move_x/events.patterns | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/tests/pointing/mouse-move/move_x/events.patterns b/app/tests/pointing/mouse-move/move_x/events.patterns new file mode 100644 index 0000000000..812126fb82 --- /dev/null +++ b/app/tests/pointing/mouse-move/move_x/events.patterns @@ -0,0 +1 @@ +s/.*hid_mouse_//p
\ No newline at end of file |