Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leiserfg/w2w
tablet wheel to mouse wheel interception adaptor
https://github.com/leiserfg/w2w
Last synced: about 2 months ago
JSON representation
tablet wheel to mouse wheel interception adaptor
- Host: GitHub
- URL: https://github.com/leiserfg/w2w
- Owner: leiserfg
- Created: 2021-06-04T19:23:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T07:17:29.000Z (10 months ago)
- Last Synced: 2024-03-07T08:33:39.594Z (10 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple wheel to wheel translator.
Takes the ring device of a HuionHS610 tablet and makes use of https://gitlab.com/interception/linux/tools magic to map those events to a fake mouse that only scrolls.Had to do it myself as unfortunately the libwacom driver stooped supporting rings of 3rd parties tablets. Thanks a lot to the interception tools guys and to https://github.com/DIGImend/digimend-kernel-drivers/ for doing the harder part.
To use it just setup `interception tools` and then run
`./Taskfile build` # To build the program
`./Taskfile install` # To install it and add the configurations. This one will ask for sudo permissions