dotfiles/system/etc/logid.cfg
Severin Kaderli c98e4412af
Add config for MX Master 3S
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2023-01-15 00:57:59 +01:00

54 lines
924 B
INI

devices: (
{
name: "Wireless Mobile Mouse MX Anywhere 2S";
hiresscroll:
{
hires: false;
invert: false;
target: false;
};
buttons: (
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_LEFTSHIFT"];
};
},
);
},
{
name: "MX Master 3S";
dpi: 1000;
smartshift:
{
on: true;
threshold: 255;
};
hiresscroll:
{
hires: false;
invert: false;
target: false;
};
buttons: (
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_LEFTSHIFT"];
};
},
{
cid: 0xc4;
action =
{
type: "Keypress";
keys: ["KEY_N"];
};
},
);
}
);