support for silent mouse M585/M590

This commit is contained in:
spaced 2019-07-14 20:28:52 +02:00 committed by Filipe Laíns
parent 9b201f6b0d
commit 1ff9c3a40b
1 changed files with 9 additions and 3 deletions

View File

@ -277,6 +277,12 @@ _D('Wireless Mouse M510', codename='M510v2', protocol=2.0, wpid='4051',
]) ])
_D('Couch Mouse M515', protocol=2.0, wpid='4007') _D('Couch Mouse M515', protocol=2.0, wpid='4007')
_D('Wireless Mouse M525', protocol=2.0, wpid='4013') _D('Wireless Mouse M525', protocol=2.0, wpid='4013')
_D('Multi Device Silent Mouse M585/M590', codename='M585/M590', protocol=4.5, wpid='406B',
settings=[
_FS.lowres_smooth_scroll(),
_FS.pointer_speed(),
],
)
_D('Touch Mouse M600', protocol=2.0, wpid='401A') _D('Touch Mouse M600', protocol=2.0, wpid='401A')
_D('Marathon Mouse M705 (M-R0009)', codename='M705 (M-R0009)', protocol=1.0, wpid='101B', _D('Marathon Mouse M705 (M-R0009)', codename='M705 (M-R0009)', protocol=1.0, wpid='101B',
registers=(_R.battery_charge, ), registers=(_R.battery_charge, ),
@ -287,9 +293,9 @@ _D('Marathon Mouse M705 (M-R0009)', codename='M705 (M-R0009)', protocol=1.0, wpi
) )
_D('Marathon Mouse M705 (M-R0073)', codename='M705 (M-R0073)', protocol=4.5, wpid='406D', _D('Marathon Mouse M705 (M-R0073)', codename='M705 (M-R0073)', protocol=4.5, wpid='406D',
settings=[ settings=[
_FS.hires_smooth_invert(), _FS.hires_smooth_invert(),
_FS.hires_smooth_resolution(), _FS.hires_smooth_resolution(),
_FS.pointer_speed(), _FS.pointer_speed(),
]) ])
_D('Zone Touch Mouse T400') _D('Zone Touch Mouse T400')
_D('Touch Mouse T620', protocol=2.0) _D('Touch Mouse T620', protocol=2.0)