Add config for MX Master 3S

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2023-01-15 00:57:59 +01:00
parent 5fb4aeeab7
commit c98e4412af
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -17,5 +17,38 @@ devices: (
}; };
}, },
); );
},
{
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"];
};
},
);
} }
); );