Unbreak the fix
parent
b6af43ef90
commit
004f40e7d2
|
|
@ -351,7 +351,7 @@ class Firmware:
|
|||
if self._state.hid_pending:
|
||||
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
|
||||
if self.pixels.loopcounter >= 7:
|
||||
self.pixels = self.pixels.animate()
|
||||
|
|
|
|||
Loading…
Reference in New Issue