added descriptor for V450 Nano; fixes #89
This commit is contained in:
parent
1fed000855
commit
a3f9860181
|
@ -75,6 +75,7 @@ Mice:
|
||||||
|
|
||||||
| Device | HID++ | Battery | DPI | Other supported features |
|
| Device | HID++ | Battery | DPI | Other supported features |
|
||||||
|------------------|-------|---------|-------|---------------------------------|
|
|------------------|-------|---------|-------|---------------------------------|
|
||||||
|
| V450 Nano | 1.0 | yes | - | |
|
||||||
| M175 * | | yes | | |
|
| M175 * | | yes | | |
|
||||||
| M185 * | | yes | | |
|
| M185 * | | yes | | |
|
||||||
| M187 * | 2.0 | yes | | |
|
| M187 * | 2.0 | yes | | |
|
||||||
|
|
|
@ -234,3 +234,6 @@ _D('VX Nano Cordless Laser Mouse', codename='VX Nano', protocol=1.0, wpid='100F'
|
||||||
_RS.smooth_scroll(),
|
_RS.smooth_scroll(),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
_D('V450 Nano Cordless Laser Mouse', codename='V450 Nano', protocol=1.0, wpid='1011',
|
||||||
|
registers=(_R.battery_charge, ),
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue