Jump to content

Changing color of LED with button (g303)

Keyboy

I recently got the logitech g303 and i'm liking it so far. I made it so when i press the DPI-shift button it mutes my microphone in skype, but i would like an indicator, so i was wondering if it was possible to make the button change the LED color and mute my mic.

Thats MY opinion up there, not the ultimate option.

Link to comment
Share on other sites

Link to post
Share on other sites

Logitech Gaming Software has a scripting bit I think. try messing about with that.

Link to comment
Share on other sites

Link to post
Share on other sites

Logitech Gaming Software has a scripting bit I think. try messing about with that.

Tried messing around with it and got this far:

 

function OnEvent(event, arg)

 

if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then

SetBackLightColor(255,0,0);

end

 

if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then

PlayMacro ("MuteMic");

end

 

 

But for some reason it complains about a syntax error in one of the line where there is no code, im lost.

Thats MY opinion up there, not the ultimate option.

Link to comment
Share on other sites

Link to post
Share on other sites

I would actually be interested in a macro/script that mutes/un-mutes mic and changes the color (red = muted, green = un-muted). If anyone has any knowledge, please share. Following this thread. :)

Link to comment
Share on other sites

Link to post
Share on other sites

I would actually be interested in a macro/script that mutes/un-mutes mic and changes the color (red = muted, green = un-muted). If anyone has any knowledge, please share. Following this thread. :)

I'll figure it out... Eventually ;)

Thats MY opinion up there, not the ultimate option.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×