Analog Y to REL_WHEEL_HI_RES not smooth
Hi,
I'm attempting to map the X and Y axis of a trackball as analog inputs for high-resolution scrolling via the Input-Remapper GUI. My goal was to achieve smooth, touchpad-like scrolling, but the result has been 'jumpy', resembling the behavior of a standard mouse wheel. Additionally, switching the REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES outputs to standard REL_WHEEL and REL_HWHEEL outputs yields the same results as the high-resolution ones, indicating a possible misconfiguration, or bug.
Am I overlooking something? Below, I've included details about my OS and input-remapper versions: Fedora Linux 41 (Workstation Edition) Kernel 6.13.9-200.fc41.x86_64 Lenovo ThinkPad E14 Gen 6 AMD Ryzenâ„¢ 5 7535U
input-remapper 2.1.1 python-evdev 1.9.1
Attached are my json config file, the output of libinput list devices, and the result of sudo pkill -f input-remapper && input-remapper-gtk -d. The relevant (I believe) output of this last command is multiple events similar to 22:13:03.197317 117076 service DEBUG global_uinputs.py:168: Writing (2, 11, -1) to "input-remapper mouse", where the last two integers would vary.
Thanks in advance for any help!