Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Thanks, I hadn't even been down that particular rabbit hole, unfortunately not even with the quirk eliminated do I get the right scancode. No idea, by now I'm tempted to just gut the old hardware and stick something modern based on QMK in there. Commented Jan 2 at 6:40
  • Very strange, I have these in my NixOS config ``` services.udev.extraHwdb = '' evdev:input:b0003v046DpC408* KEYBOARD_KEY_90004=btn_middle KEYBOARD_KEY_90005=btn_extra ''; environment.etc."libinput/local-overrides.quirks".text = '' [Logitech Marble Mouse Trackballi Quirks] MatchUdevType=mouse MatchBus=usb MatchVendor=0x46D MatchProduct=0xC408 AttrEventCode=+BTN_MIDDLE; ''; ``` And it works, even on most recent master. Commented Jan 6 at 6:53