Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logi m650 l #327

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Logi m650 l #327

wants to merge 2 commits into from

Conversation

dalenicholson
Copy link

Add an example for the Logitech M650 L mouse that I set up and tested.

Updated the compatibility file to include the M650 since I've validated it works.

A tested and working example to add for Logitech Signature M650 L Mouse.
@PixlOne PixlOne force-pushed the main branch 14 times, most recently from a062ed0 to a77b328 Compare May 4, 2023 05:32
@markozajc
Copy link

markozajc commented Aug 29, 2023

+1, M650 (non L version) works too and seems to use the same button CIDs

@nkapias
Copy link

nkapias commented May 22, 2024

Many thanks !

Under Debian, pressing side buttons on my M650 L wouldn't trigger before releasing.
This is the only workaround I have found over Logitech Options+ on Windows to disable horizontal scrolling.

Here's my slightly modified /etc/logid.cfg :
(verify device name on your side using sudo logid -v)

devices: ({
    name: "Signature M650 L";
    smartshift: {
      on: true;
      threshold: 20;
    };
    hiresscroll: {
      hires: true;
      invert: false;
      target: false;
    };
    dpi: 1500;

    buttons: ({
        cid: 0x53;
        action = {
          type: "Keypress";
          keys: ["BTN_SIDE"];
        };},{
        cid: 0x56;
        action = {
          type: "Keypress";
          keys: ["BTN_EXTRA"];
        };
      }
    );
  }
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants