Skip to content

Conversation

@rodrigost23
Copy link

I have a LIFT and it worked with this configuration name: LIFT VERTICAL ERGONOMIC MOUSE.

@selfdocumentingcode
Copy link

selfdocumentingcode commented Nov 17, 2025

Confirming that logiops works with this mouse too.

I used this configuration to fix the side buttons not outputting a press event when physically pressed.

Works like a charm now! Thanks @PixlOne!

devices: (
{
    name: "LIFT VERTICAL ERGONOMIC MOUSE";
    buttons: (
        {
            cid: 0x53;
            action =
            {
                type: "Keypress";
                keys: [0x113];
            };

        },
        {
            cid: 0x56;
            action =
            {
                type: "Keypress";
                keys: [0x114];
            };

        }
    );
}
);

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.

2 participants