Skip to content

Instantly share code, notes, and snippets.

@stvoidit
Last active April 19, 2024 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stvoidit/b786ee605957676e616c9c844c2bb5d1 to your computer and use it in GitHub Desktop.
Save stvoidit/b786ee605957676e616c9c844c2bb5d1 to your computer and use it in GitHub Desktop.
Wireless Mobile Mouse MX Anywhere 2S (logiops config)
workers = 16;
devices: (
{
name: "Wireless Mobile Mouse MX Anywhere 2S";
smartshift:
{
on: false;
threshold: 0;
default_threshold: 0;
};
hiresscroll:
{
hires: false;
invert: false;
target: true;
up: {
mode: "Axis";
axis: "REL_WHEEL";
axis_multiplier: 1.15;
},
down: {
mode: "Axis";
axis: "REL_WHEEL";
axis_multiplier: -1.15;
}
};
dpi: 4000;
buttons: (
{
cid: 0x56;
action =
{
type: "Keypress";
keys: ["KEY_PAGEUP"];
};
},
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_PAGEDOWN"];
};
},
{
cid: 0x5d;
action =
{
type: "Keypress";
keys: ["BTN_MIDDLE"];
};
},
{
cid: 0x5b;
action =
{
type: "Keypress";
keys: ["BTN_MIDDLE"];
};
}
);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment