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
Hi, I just want to request a fix for the keyboard.py script, i don't know where to ask it so i will do it here.
The "if color_choice" in the "prep" function has blue and green inverted, this is the right way: if color_choice: command += f"-cR {color_choice[0]} -cG {color_choice[1]} -cB {color_choice[2]} "
Instead of: if color_choice: command += f"-cR {color_choice[0]} -cB {color_choice[1]} -cG{color_choice[2]} "
Take a look at the -cG and -cB from the file
The text was updated successfully, but these errors were encountered:
Hi, I just want to request a fix for the keyboard.py script, i don't know where to ask it so i will do it here.
The "if color_choice" in the "prep" function has blue and green inverted, this is the right way:
if color_choice: command += f"-cR {color_choice[0]} -cG {color_choice[1]} -cB {color_choice[2]} "
Instead of:
if color_choice: command += f"-cR {color_choice[0]} -cB {color_choice[1]} -cG{color_choice[2]} "
Take a look at the -cG and -cB from the file
The text was updated successfully, but these errors were encountered: