https://github.com/alvesvaren/rm-pad
I've created a program that allows you to use the rm2 (and possibly the rmpp but I can't test it as I don't have one) as a touchpad + drawing tablet on linux, similar to remarkabe_mouse and remousable, but with basically 0 jank and latency.
Currently it's limited to linux (and only tested on wayland, but should work on xorg), as remarkable_mouse works good enough for me on windows.
Features:
- Optional automatic connection when plugging in (using a systemd service)
- Multi touch support + touch gestures
- Simple and adjustable palm rejection
- Pen tilt and pressure
- Very low latency and very polling rate (at least compared to remarkable_mouse)
- Ability to freeze the tablet while connected, so you do not accidentally press stuff while using it on the PC (also unfreezes automatically if the connection is dropped for any reason)
Maybe someone is interested in it, I've mostly made it for myself but it turned out pretty well :)
There's a PKGBUILD if you're on arch that should handle setting up permissions etc correctly