PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.31k stars 263 forks source link

Cycle DPI not working on newest version #423

Open bartoszp1992 opened 9 months ago

bartoszp1992 commented 9 months ago

As in title.

The 0xc4 is workign good, if i configure it, e.g. as left control. But if i set as cycle dpi- 0 response.

       cid: 0xc4;
        action =
        {
    type: "CycleDPI";
        dpis: [400,  1600];
        };

Tested on Master 2S and Lift.

notlaast commented 3 weeks ago

This is a duplicate of https://github.com/PixlOne/logiops/issues/394