diff --git a/docs/devices.md b/docs/devices.md index 55edc2ef..b0967f43 100644 --- a/docs/devices.md +++ b/docs/devices.md @@ -75,6 +75,7 @@ Mice: | Device | HID++ | Battery | DPI | Other supported features | |------------------|-------|---------|-------|---------------------------------| +| V450 Nano | 1.0 | yes | - | | | M175 * | | yes | | | | M185 * | | yes | | | | M187 * | 2.0 | yes | | | diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index 77b4348a..cf7d9761 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -234,3 +234,6 @@ _D('VX Nano Cordless Laser Mouse', codename='VX Nano', protocol=1.0, wpid='100F' _RS.smooth_scroll(), ], ) +_D('V450 Nano Cordless Laser Mouse', codename='V450 Nano', protocol=1.0, wpid='1011', + registers=(_R.battery_charge, ), + )