Skip to content

Commit 07f5509

Browse files
committed
Adjusting the Razer Huntsman V2 key layout to resolve #2673
* Adding `huntsman_v2_device` to device list * Regression bug introduce with 942a842
1 parent 8926d29 commit 07f5509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Controllers/RazerController/RazerDevices.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3616,7 +3616,7 @@ static const razer_device huntsman_v2_device =
36163616
RAZER_HUNTSMAN_V2_PID,
36173617
DEVICE_TYPE_KEYBOARD,
36183618
true,
3619-
9,
3619+
6,
36203620
22,
36213621
{
36223622
&huntsman_v2_keyboard_zone,
@@ -8217,6 +8217,7 @@ static const razer_device* device_list[] =
82178217
&huntsman_elite_device,
82188218
&huntsman_mini_device,
82198219
&huntsman_te_device,
8220+
&huntsman_v2_device,
82208221
&huntsman_v2_analog_device,
82218222
&huntsman_v2_tkl_device,
82228223
&ornata_chroma_device,

0 commit comments

Comments
 (0)