added smooth scroll setting for the anywhere mx mouse

This commit is contained in:
Daniel Pavel 2013-01-04 11:23:41 +02:00
parent 41e84e55f1
commit 5dd8cd66dd
1 changed files with 5 additions and 1 deletions

View File

@ -89,7 +89,11 @@ _D('Wireless Illuminated Keyboard K800')
_D('Zone Touch Mouse T400')
_D('Wireless Rechargeable Touchpad T650')
_D('Logitech Cube', kind='mouse')
_D('Anywhere Mouse MX', codename='Anywhere MX')
_D('Anywhere Mouse MX', codename='Anywhere MX',
settings=[
_register_smooth_scroll(0x01, true_value=0x40, mask=0x40),
],
)
_D('Performance Mouse MX', codename='Performance MX',
settings=[
_register_dpi(0x63, _NamedInts.range(0x81, 0x8F, lambda x: '_' + str((x - 0x80) * 100))),