MX Master 3S
devices: ({
name: "MX Master 3S";
thumbwheel:
{
divert: true;
invert: false;
left:
{
mode: "OnInterval";
interval: 1;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEDOWN"];
};
},
right:
{
mode: "OnInterval";
interval: 1;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEUP"];
};
};
};
})