Cleanup and fixes

This commit is contained in:
Willy-JL
2023-08-15 01:24:12 +02:00
parent ad689e0926
commit 6a618b6e19
5 changed files with 11 additions and 12 deletions

View File

@@ -53,12 +53,7 @@ static struct {
.last_brightness = 0,
.last_color = {0, 0, 0},
.rainbow_timer = NULL,
.rainbow_hsv =
{
.h = 0,
.s = 255,
.v = 255,
},
.rainbow_hsv = {0, 255, 255},
};
static void rainbow_timer(void* ctx) {