Add config for MX Master 3S
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
5fb4aeeab7
commit
c98e4412af
1 changed files with 33 additions and 0 deletions
|
@ -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"];
|
||||||
|
};
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue