Fx buttons wrongly ID assigned Razer Huntsman Elite

Function buttons wrong ID assigned Razer Huntsman Elite
This how the color turns out when I changing colors

SignalRGB Keyboard
F1 No use
F2 F1
F3 F2
F4 F3
F5 F4
F6 F5
F7 F6
F8 F7
F9 F8
F10 F9
F11 F10
F12 F11

This means I cant change color of my F12 at the moment

This fixed it
Changed line 81 in Razer_Huntsman_Elite_Keyboard.js
From

	[1, 0],         [3, 0], [4, 0], [5, 0], [6, 0], [7, 0], [8, 0], [9, 0], [10, 0], [11, 0], [12, 0], [13, 0], [14, 0],           [15, 0], [16, 0], [17, 0],            //20

To

	[1, 0], [2, 0], [3, 0], [4, 0], [5, 0], [6, 0], [7, 0], [8, 0], [9, 0], [10, 0], [11, 0], [12, 0], [13, 0],           [15, 0], [16, 0], [17, 0],            //20

Razer_Modern_Keyboard.js (100.4 KB)

We are updating the Razer keyboard plugins, that issue was fixed already, Place the file on Plugins folder and restart SignalRGB

1 Like

Thank you but I tried to put it in user directory and also in appdata plugins
The plugin for my keyboard still show “Plugin: Razor_Huntsman_Elite_Keyboard.js”

When starting SignalRGB I see this in the log:

12/08/23 11:34:06.908 [10772-] SignalRGB.root.ERROR - PLUGIN - Failed to load plugin @ C:/Users/jocke/AppData/Local/VortxEngine/app-2.3.41/Signal-x64/Plugins/Razer/Razer_Info_Finder.js - ProductId() returned [0], VendorId() returned [5426]

And then I found out my Razer Huntsman Elite V2 Nordic have another layout and PID (0x0226)
If I add it to the Razer_Modern_Keyboard.js file it get recognized but it does not work and I see this in the plugin log:

Inerface 3:0x00001:0x000c:0x0000 not open. Make sure it is selected in Validate().
device.send_report(): HidD_SetFeature: (0x00000001) Incorrect function.

I need to add a new PID how do I do that in this new modern plugin file?

Some more info:
Huntsman V2 - Original US


Huntsman V2 Elite Nordic

Does your model has sideglow strips? Cuz the original plugin doesn’t have that as a single mapping, but separated zones, i’m gonna need to adapt looks like, give me some time

1 Like

Hi,

Yes my model have leds on the sides, and also on the handrest when its attached

@HarDBR any update around this?

Are you still working on fixing this?
Got a few updates but still not working,

Yes, I have pushed some updates, but yours isnt included yet, I’ll DM you.