Massive hsv math fix and configs can be passed now for most things

This commit is contained in:
Kyle Brown
2019-02-22 19:50:56 -08:00
parent 2ad1fe8a9c
commit 5334e7e0be
5 changed files with 129 additions and 59 deletions

View File

@@ -175,6 +175,11 @@ def rgb_mode_breathe(key, state, *args, **kwargs):
return state
def rgb_mode_breathe_rainbow(key, state, *args, **kwargs):
state.config.pixels.animation_mode = 'breathing_rainbow'
return state
def rgb_mode_rainbow(key, state, *args, **kwargs):
state.config.pixels.animation_mode = 'rainbow'
return state