Skip to content

Instantly share code, notes, and snippets.

@cxx
Created June 2, 2024 13:20
Show Gist options
  • Save cxx/93d8ca1b4b2aab5928e87f7d5ef68885 to your computer and use it in GitHub Desktop.
Save cxx/93d8ca1b4b2aab5928e87f7d5ef68885 to your computer and use it in GitHub Desktop.
device_name = "ELECOM ELECOM UltimateLaser Mouse"
[[dual_role]]
input = "BTN_SIDE"
hold = ["KEY_LEFTCTRL"]
tap = ["BTN_SIDE"]
[[dual_role]]
input = "BTN_EXTRA"
hold = ["KEY_LEFTSHIFT"]
tap = ["BTN_EXTRA"]
[[remap]]
input = ["BTN_BACK"]
output = ["KEY_PAGEDOWN"]
[[remap]]
input = ["BTN_FORWARD"]
output = ["KEY_PAGEUP"]
[[remap]]
input = ["BTN_TASK"]
output = ["KEY_LEFTMETA"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment