kyokenn / rogdrv

ASUS ROG userspace mouse driver for Linux
GNU General Public License v3.0
82 stars 13 forks source link

Add support for ROG Strix Impact II Wireless & different number of DPI presets #16

Closed Leo1003 closed 3 years ago

Leo1003 commented 3 years ago

Since ROG Strix Impact II has 4 DPI presets, The current codes cannot handle this correctly. Causing error when getting or setting DPI, rate, response time, and snapping configurations.

I modified the code handling DPI related configurations, making it possible to support more than 2 DPI presets.

kyokenn commented 3 years ago

Looks good. Thanks for the MR.