diff --git a/docs/devices.md b/docs/devices.md index d61709a3..c13fde5a 100644 --- a/docs/devices.md +++ b/docs/devices.md @@ -108,6 +108,7 @@ Mice (Nano): | M305 | 1.0 | yes | | | | M310 | 1.0 | yes | | | | M315 | | yes | | | +| MX 1100 | 1.0 | yes | - | smooth scrolling, side scrolling| Mice (Mini): diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index 577fe280..4a65f159 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -336,6 +336,13 @@ _D('MX Air', codename='MX Air', protocol=1.0, kind=_DK.mouse, wpid=('1007', '100 _D('MX Revolution', codename='MX Revolution', protocol=1.0, kind=_DK.mouse, wpid=('1008', '100C'), registers=(_R.battery_charge, ), ) +_D('MX 1100 Cordless Laser Mouse', codename='MX 1100', protocol=1.0, kind=_DK.mouse, wpid='1014', + registers=(_R.battery_charge, ), + settings=[ + _RS.smooth_scroll(), + _RS.side_scroll(), + ], + ) # Some exotics...