diff --git a/lib/logitech/unifying_receiver/descriptors.py b/lib/logitech/unifying_receiver/descriptors.py index 96be4e2f..73142c92 100644 --- a/lib/logitech/unifying_receiver/descriptors.py +++ b/lib/logitech/unifying_receiver/descriptors.py @@ -76,7 +76,7 @@ _D('Touch Mouse M600') _D('Marathon Mouse M705', settings=[ _register_smooth_scroll(0x01, true_value=0x40, mask=0x40), - _register_dpi(0x63, _NamedInts.range(9, 11, lambda x: '_' + str(x * 100))), + # _register_dpi(0x63, _NamedInts.range(9, 11, lambda x: '_' + str(x * 100))), ], ) _D('Wireless Keyboard K230')