g19 keyboard backlighting and repeater profile colours
Hi,
So, I am attempting to setup my g19 keyboard backlighting to change colour when I enable mouse or key cloning. I have found the setting for this, it lets m e choose between colours I have already setup depending on which macro set is enabled. So far so good.
The problem is despite what I set in the isboxer control panel the colours dont change no matter what I choose. It lets me choose from the 4 colours you can define for each macro set/macro recording which I have set to different colours. Eg I have macro set 2 colour as blue. macro set 1 is green macro recording colour you cant change but that is orange. I usually use macro set 1 which is green, so I told isboxer to change the colour when I enable broadcasting to macro set 2 which is blue. I export to innerspace and try it out but they keyboard backlighting does not change. What am I doing wrong here? :p
Here is a paste of the relevant isboxer section :
So, I am attempting to setup my g19 keyboard backlighting to change colour when I enable mouse or key cloning. I have found the setting for this, it lets m e choose between colours I have already setup depending on which macro set is enabled. So far so good.
The problem is despite what I set in the isboxer control panel the colours dont change no matter what I choose. It lets me choose from the 4 colours you can define for each macro set/macro recording which I have set to different colours. Eg I have macro set 2 colour as blue. macro set 1 is green macro recording colour you cant change but that is orange. I usually use macro set 1 which is green, so I told isboxer to change the colour when I enable broadcasting to macro set 2 which is blue. I export to innerspace and try it out but they keyboard backlighting does not change. What am I doing wrong here? :p
Here is a paste of the relevant isboxer section :
- Code:
<?xml version="1.0" encoding="utf-8"?>
<Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ObjectType>ISBoxer_Toolkit.Configs.RepeaterProfile</ObjectType>
<SerializedObject><?xml version="1.0" encoding="utf-8"?>
<RepeaterProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Default</Name>
<Description />
<RepeaterTarget>all other</RepeaterTarget>
<BlockLocal>false</BlockLocal>
<MuteCursorWhenForeground>true</MuteCursorWhenForeground>
<KeyRepeatEnabled>true</KeyRepeatEnabled>
<MouseRepeatEnabled>true</MouseRepeatEnabled>
<MouseTransformMode>None</MouseTransformMode>
<WhiteOrBlackList />
<WhiteOrBlackListType>Ignore</WhiteOrBlackListType>
<CursorColorMask>
<Red>255</Red>
<Green>255</Green>
<Blue>255</Blue>
<Alpha>255</Alpha>
</CursorColorMask>
<MouseLight>M3</MouseLight>
<KeyboardLight>M2</KeyboardLight>
<FalseCursor>true</FalseCursor>
<CursorFeed>false</CursorFeed>
<CursorFeedSourceSize>
<Width>0</Width>
<Height>0</Height>
</CursorFeedSourceSize>
<CursorFeedOutputSize>
<Width>0</Width>
<Height>0</Height>
</CursorFeedOutputSize>
<CursorFeedAlpha>0</CursorFeedAlpha>
<VideoFXAlwaysAffectsBroadcasting>true</VideoFXAlwaysAffectsBroadcasting>
</RepeaterProfile></SerializedObject>
</Box>