From 8c8df678c4b8a368f8c9c6d7de861ba329475844 Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Thu, 28 Sep 2023 17:46:47 +0200 Subject: [PATCH] driver: g-wolves y dpi notes --- drivers/g-wolves/g-wolves.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/g-wolves/g-wolves.h b/drivers/g-wolves/g-wolves.h index 2c9475c..7e56b10 100644 --- a/drivers/g-wolves/g-wolves.h +++ b/drivers/g-wolves/g-wolves.h @@ -55,6 +55,7 @@ typedef struct DPI_LEVEL uint8_t dpi_x_high; uint8_t dpi_x_low; + // Older firmware does not support y dpi (only 1 dpi value) uint8_t dpi_y_high; uint8_t dpi_y_low;