Created
February 27, 2021 20:53
-
-
Save epassaro/262d435f6449d6b2fff6925e0fad4cd1 to your computer and use it in GitHub Desktop.
logiops configuration file for Logitech M585/M590.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"]; | |
}; | |
}, | |
); | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Thank you very much for this. Mine now works using your configuration just need to remove comma on line 36 🥂 🥂