You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to remap Fn+Backspace (turn on/off lighting) to some other FN combination. But I cannot find key codes for lighting effects in the source code. Is it possible at all?
The text was updated successfully, but these errors were encountered:
Unfortunately the fn key set on the base layer cannot be mapped (firmware limitation). But these can be used to map keys to control the lighting:
NextLightingEffect = 0x09010010,// NOTE: Only works on base layer
NextReactiveLightingEffect = 0x09010011,// NOTE: Only works on base layer
BrightnessUp = 0x09020001,
BrightnessDown = 0x09020002,
LightingSpeedDecrease = 0x09030002,
LightingSpeedIncrease = 0x09030001,
LightingPauseResume = 0x09060001,
ToggleLighting = 0x09060002,
I would like to remap Fn+Backspace (turn on/off lighting) to some other FN combination. But I cannot find key codes for lighting effects in the source code. Is it possible at all?
The text was updated successfully, but these errors were encountered: