From 271e98c7338ead2842e94d3c6a7d7a6229dcf293 Mon Sep 17 00:00:00 2001 From: Fabricio Zimmerer Murta Date: Thu, 28 Jan 2021 21:42:28 -0300 Subject: [PATCH] Un-swapped zones in Razer Deathadder V2 mice. The logo and wheel zones were swapped in the zones definitions header file. --- Controllers/RazerController/RazerDevices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/RazerController/RazerDevices.h b/Controllers/RazerController/RazerDevices.h index 19d54889e..2f455d182 100644 --- a/Controllers/RazerController/RazerDevices.h +++ b/Controllers/RazerController/RazerDevices.h @@ -3021,8 +3021,8 @@ static const razer_device deathadder_v2_device = 1, 2, { - &deathadder_v2_logo_zone, &deathadder_v2_scroll_wheel_zone, + &deathadder_v2_logo_zone, NULL, NULL, NULL,