devices: add M310
This commit is contained in:
parent
6ba8c6c3fc
commit
c6ccc0638d
|
@ -232,7 +232,9 @@ _D('Wireless Mouse M185 new', codename='M185n', protocol=4.5, wpid='4054',
|
|||
_FS.lowres_smooth_scroll(),
|
||||
_FS.pointer_speed(),
|
||||
])
|
||||
_D('Wireless Mouse M185/M235', codename='M185/M235', protocol=4.5, wpid='4055',
|
||||
# Apparently Logitech uses wpid 4055 for three different mice
|
||||
# That's not so strange, as M185 is used on both Unifying-ready and non-Unifying-ready mice
|
||||
_D('Wireless Mouse M185/M235/M310', codename='M185/M235/M310', protocol=4.5, wpid='4055',
|
||||
settings=[
|
||||
_FS.lowres_smooth_scroll(),
|
||||
_FS.pointer_speed(),
|
||||
|
|
Loading…
Reference in New Issue