Merge pull request #180 from KMKfw/topic-rgb-animation

update RGB for more modern cpy versions
This commit is contained in:
Josh Klar
2020-10-14 22:07:30 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -304,7 +304,7 @@ class KMKKeyboard:
if self.pixels and self.pixels.animation_mode:
self.pixels.loopcounter += 1
if self.pixels.loopcounter >= 7:
if self.pixels.loopcounter >= 30:
self.pixels = self.pixels.animate()
self.pixels.loopcounter = 0