This change introduces a new ThumbWheel feature implementation and wires it into device initialization and the build, adding support for Logitech devices with the 0x2150 thumb wheel such as the MX Master 3. The feature reads wheel capabilities, configures divert/invert behavior, and maps rotation, tap, touch, and proximity events to existing action and gesture handlers, including high-resolution axis gestures where possible. It’s explicitly untested because the hardware-specific feature is only available on certain devices, but the integration is substantial and opens the door for configurable side-wheel actions. For users with supported hardware, this should enable much richer thumb wheel behavior once validated.

Added ThumbWheel device support so logid can detect and handle Logitech's 0x2150 side wheel events on supported mice. - zhengqunkoo/logiops