From 9404d4475fff9656c6a4307c642507817b8eb485 Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Fri, 25 Feb 2022 15:23:05 -0500 Subject: Parity improvements with openrazer and bug fixes (#28) * Parity improvements with openrazer - Allows Basilisk V3 to utilize its full 26000 DPI (this was missed in the PR that added support) - Fixes the minimum DPI - Prepares files to be setup as dependencies of openrazer * Update razermouse_driver.c --- src/include/razermouse_driver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/razermouse_driver.h') diff --git a/src/include/razermouse_driver.h b/src/include/razermouse_driver.h index c5dbbe7..f80345b 100644 --- a/src/include/razermouse_driver.h +++ b/src/include/razermouse_driver.h @@ -90,6 +90,9 @@ #define RAZER_NEW_MOUSE_RECEIVER_WAIT_MIN_US 31000 #define RAZER_NEW_MOUSE_RECEIVER_WAIT_MAX_US 31100 +#define RAZER_ATHERIS_RECEIVER_WAIT_MIN_US 400000 +#define RAZER_ATHERIS_RECEIVER_WAIT_MAX_US 400100 + #define RAZER_VIPER_MOUSE_RECEIVER_WAIT_MIN_US 59900 #define RAZER_VIPER_MOUSE_RECEIVER_WAIT_MAX_US 60000 -- cgit v1.2.3