configure logitech marblemouse for scrolling on Wayland
Is there any way to configure a Logitech Marble Mouse for scrolling in Wayland. In Xorg I can set up a libinput file with:
Section "InputClass"
Identifier "Marble Mouse"
MatchProduct "Logitech USB Trackball"
Driver "libinput"
Option "ScrollMethod" "button"
Option "ScrollButton" "8"
EndSection
and it does what I need, but I can't find any way to do this with Wayland.