Merge pull request #180 from KMKfw/topic-rgb-animation
update RGB for more modern cpy versions
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user