Merge pull request #254 from emerham/master
Adding Logitech mx 1100 cordless laser mouse to discriptors
This commit is contained in:
commit
5b01f375e0
|
@ -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,6 +336,13 @@ _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, kind=_DK.mouse, wpid='1014',
|
||||
registers=(_R.battery_charge, ),
|
||||
settings=[
|
||||
_RS.smooth_scroll(),
|
||||
_RS.side_scroll(),
|
||||
],
|
||||
)
|
||||
|
||||
# Some exotics...
|
||||
|
||||
|
|
Loading…
Reference in New Issue