Skip to content

Instantly share code, notes, and snippets.

@stgogm
Last active July 8, 2024 14:25
Show Gist options
  • Save stgogm/b35836f26fbb8faa3fab0d7f9469fb81 to your computer and use it in GitHub Desktop.
Save stgogm/b35836f26fbb8faa3fab0d7f9469fb81 to your computer and use it in GitHub Desktop.
Logid config
devices: ({
name: "Wireless Mouse MX Master 3";
dpi: 1200;
hiresscroll: {
hires: true;
invert: false;
target: false;
};
smartshift: {
on: true;
threshold: 30;
default_threshold: 30;
};
buttons: ({
cid: 0xc3;
action: {
type: "Keypress";
keys: ["KEY_ENTER"];
};
}, {
cid: 0x0056;
action: {
type: "Keypress";
keys: ["KEY_LEFTCTRL", "KEY_V"]
};
}, {
cid: 0x0053;
action: {
type: "Keypress";
keys: ["KEY_LEFTCTRL", "KEY_C"]
};
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment