Skip to content

keyboard.py Color Choice Fix #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
WolicraftSF opened this issue Jan 23, 2025 · 0 comments
Open

keyboard.py Color Choice Fix #223

WolicraftSF opened this issue Jan 23, 2025 · 0 comments

Comments

@WolicraftSF
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant