Updated mouse device settings and deffinition. Added docs for the MX 1100
This commit is contained in:
parent
51a15a960f
commit
d1d0ab85ff
|
@ -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):
|
||||
|
|
|
@ -336,8 +336,12 @@ _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, wpid='1014',
|
||||
_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...
|
||||
|
|
Loading…
Reference in New Issue