Unbreak the fix
This commit is contained in:
parent
b6af43ef90
commit
004f40e7d2
@ -351,7 +351,7 @@ class Firmware:
|
|||||||
if self._state.hid_pending:
|
if self._state.hid_pending:
|
||||||
self._send_hid()
|
self._send_hid()
|
||||||
|
|
||||||
if self.pixels and self.pixels.enabled and self.pixels.animation_mode:
|
if self.pixels and self.pixels.animation_mode:
|
||||||
self.pixels.loopcounter += 1
|
self.pixels.loopcounter += 1
|
||||||
if self.pixels.loopcounter >= 7:
|
if self.pixels.loopcounter >= 7:
|
||||||
self.pixels = self.pixels.animate()
|
self.pixels = self.pixels.animate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user