diff options
Diffstat (limited to '.etc/logid.cfg')
-rw-r--r-- | .etc/logid.cfg | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/.etc/logid.cfg b/.etc/logid.cfg deleted file mode 100644 index 9d83a4b..0000000 --- a/.etc/logid.cfg +++ /dev/null @@ -1,81 +0,0 @@ -devices: ( -{ - name: "MX Master 2S"; - smartshift: - { - on: true; - threshold: 13; - }; - hiresscroll: - { - hires: true; - invert: false; - target: false; - }; - dpi: 1200; - - buttons: ( - { - cid: 0xc3; - action = - { - type: "Gestures"; - gestures: ( - { - direction: "Up"; - mode: "OnRelease"; - action = - { - type: "Keypress"; - keys: ["KEY_LEFTMETA", "KEY_J"]; - }; - }, - { - direction: "Down"; - mode: "OnRelease"; - action = - { - type: "Keypress"; - keys: ["KEY_LEFTMETA", "KEY_K"]; - }; - }, - { - direction: "Left"; - mode: "OnRelease"; - action = - { - type: "Keypress"; - keys: ["KEY_LEFTMETA", "KEY_G"]; - }; - }, - { - direction: "Right"; - mode: "OnRelease"; - action = - { - type: "Keypress" - keys: ["KEY_LEFTMETA", "KEY_SEMICOLON"]; - }; - }, - { - direction: "None" - mode: "OnRelease"; - action = - { - type: "Keypress"; - keys: ["KEY_LEFTMETA", "KEY_TAB"]; - } - } - ); - }; - }, - { - cid: 0xc4; - action = - { - type = "ToggleSmartshift"; - }; - }, - ); -} -); |