You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe that's allright since the main driver doesn't "hijack" your device, but I don't know how I feel about that as a general solution. I'll consider it when I decide to throw away the usbmouse driver that binds.
I have a weird mouse (Logitech MX Ergo) that doesn't have the usual USBMOUSE HID type. Because of this, acceleration doesn't get applied.
Doing the really naive thing by changing:
maccel/driver/input_handler.h
Line 80 in 7a9dd6a
to:
return true;
seems to work.
I haven't noticed any adverse effects, but I don't have a ton of USB devices to test.
The text was updated successfully, but these errors were encountered: