Skip to content

Instantly share code, notes, and snippets.

@epassaro
Created February 27, 2021 20:53
Show Gist options
  • Save epassaro/262d435f6449d6b2fff6925e0fad4cd1 to your computer and use it in GitHub Desktop.
Save epassaro/262d435f6449d6b2fff6925e0fad4cd1 to your computer and use it in GitHub Desktop.
logiops configuration file for Logitech M585/M590.
devices: (
{
name: "M585/M590 Multi-Device Mouse";
buttons: (
{
cid: 0x56;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEUP"];
};
},
{
cid: 0x53;
action =
{
type: "Keypress";
keys: ["KEY_VOLUMEDOWN"];
};
},
{
cid: 0x5b;
action =
{
type: "Keypress";
keys: ["KEY_PLAYPAUSE"];
};
},
{
cid: 0x5d;
action =
{
type: "Keypress";
keys: ["KEY_NEXTSONG"];
};
},
);
}
);
@gjhuerte
Copy link

gjhuerte commented Sep 3, 2021

Hey! Thank you very much for this. Mine now works using your configuration just need to remove comma on line 36 🥂 🥂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment