Skip to content
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

Fix off() method in RGB #903

Merged
merged 2 commits into from
Oct 22, 2023
Merged

Fix off() method in RGB #903

merged 2 commits into from
Oct 22, 2023

Conversation

regicidalplutophage
Copy link
Member

Since the animate() method doesn't call self.show() when RGB is toggled off, it has to be called in self.off() for the latter to produce desired effect.

Since animate() method doesn't call self.show() when RGB is toggled off, it has to be called in the self.off() for the latter to produce desired effect.
@Xoffio
Copy link

Xoffio commented Oct 21, 2023

this fixes issue #904

@regicidalplutophage regicidalplutophage linked an issue Oct 21, 2023 that may be closed by this pull request
@xs5871 xs5871 merged commit 2704432 into master Oct 22, 2023
2 checks passed
@xs5871 xs5871 deleted the regicidalplutophage-patch-1 branch October 22, 2023 22:38
hixan pushed a commit to hixan/kmk_firmware that referenced this pull request Nov 25, 2023
* Fix off() method in RGB

Since animate() method doesn't call self.show() when RGB is toggled off, it has to be called in the self.off() for the latter to produce desired effect.
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

Successfully merging this pull request may close these issues.

[BUG] RGB_TOG is not powering down RGB
3 participants