Open ding-ma opened 4 years ago
I'm having the same issue.
There is no cid 0x5b on MX Master 2S.
This are the available cids:
$ sudo logid -v
...
[INFO] MX Master 2S detected: device 1 on /dev/hidraw2
[DEBUG] Available CID: 0x50
[DEBUG] Available CID: 0x51
[DEBUG] Available CID: 0x52
[DEBUG] Available CID: 0x53
[DEBUG] Available CID: 0x56
[DEBUG] Available CID: 0xc3
[DEBUG] Available CID: 0xc4
[DEBUG] Available CID: 0xd7
Yep exactly. Do you know if there is a fix? It is missing 0x5b and 0x5d. There is the thumb scroll where which are represented by 0x5b and 0x5d
https://github.com/PixlOne/logiops/issues/25 :) (I guess that the 2S has the exact same issue as MX Master 3)
The horizontal scroll wheel does not have a CID, the reporting is accurate. The 0x5b and 0x5d CIDs you see in the wiki was just from what I've researched, it does not necessarily apply to all devices.
As far as I know, there is no way of remapping the horizontal scroll wheel via HID++ (and therefore logiops, currently); use xbindkeys for now. Eventually, I may add native support for rebinding the horizontal scrollwheel in logiops.
The horizontal scroll wheel does not have a CID, the reporting is accurate. The 0x5b and 0x5d CIDs you see in the wiki was just from what I've researched, it does not necessarily apply to all devices.
As far as I know, there is no way of remapping the horizontal scroll wheel via HID++ (and therefore logiops, currently); use xbindkeys for now. Eventually, I may add native support for rebinding the horizontal scrollwheel in logiops.
You have a small walkthrough to develop it? I'd be interested to work on it.
Logid is not detecting all the possible buttons on my Mx master 2s. When I run
logid -v
, the CID of the left and right scroll are not showing up.This is my
logid.cfg
config file located at/etc/logid.cfg
. I know my gesture button works since it is being detected by logid but my right and left scroll are not. Any help?