mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Cleanup and fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user