From 5464fc0c196d3faa598f091930442323cffa9451 Mon Sep 17 00:00:00 2001 From: alpemwarrior Date: Wed, 16 Dec 2020 10:33:28 +0100 Subject: [PATCH] try to add two last columns --- Controllers/OpenRazerController/OpenRazerDevices.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controllers/OpenRazerController/OpenRazerDevices.h b/Controllers/OpenRazerController/OpenRazerDevices.h index c40c93ea6..4abfc09c7 100644 --- a/Controllers/OpenRazerController/OpenRazerDevices.h +++ b/Controllers/OpenRazerController/OpenRazerDevices.h @@ -1672,14 +1672,14 @@ static const razer_device huntsman_elite_device = | | | Zone "Keyboard" | | Matrix | -| 6 Rows, 16 Columns | +| 6 Rows, 18 Columns | \*-------------------------------------------------------------*/ static const razer_zone huntsman_te_zone = { "Keyboard", ZONE_TYPE_MATRIX, 6, - 16 + 18 }; static const razer_device huntsman_te_device = @@ -1688,7 +1688,7 @@ static const razer_device huntsman_te_device = DEVICE_TYPE_KEYBOARD, true, 6, - 16, + 18, { &huntsman_te_zone, NULL,