feat(patterns): register northern wave, candle glow, starfall, ice sparkle

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-16 15:11:33 +12:00
parent ca3fef3f8a
commit 6286297646
3 changed files with 42 additions and 2 deletions

View File

@@ -290,6 +290,46 @@
"has_background": true,
"supports_manual": true
},
"northern_wave": {
"n1": "Spatial period (LEDs)",
"n2": "Blend strength",
"n3": "Drift speed",
"max_colors": 10,
"min_delay": 10,
"max_delay": 10000,
"has_background": true,
"supports_manual": true
},
"candle_glow": {
"n1": "Candle count",
"n2": "Glow width (LEDs)",
"n3": "Flicker strength",
"max_colors": 10,
"min_delay": 10,
"max_delay": 10000,
"has_background": true,
"supports_manual": true
},
"starfall": {
"n1": "Spawn rate",
"n2": "Fall speed",
"n3": "Streak length",
"max_colors": 10,
"min_delay": 10,
"max_delay": 10000,
"has_background": true,
"supports_manual": true
},
"ice_sparkle": {
"n1": "Sparkle rate",
"n2": "Decay per refresh",
"n3": "Halo width (LEDs)",
"max_colors": 10,
"min_delay": 10,
"max_delay": 10000,
"has_background": true,
"supports_manual": true
},
"heartbeat": {
"n1": "Pulse 1 ms",
"n2": "Pulse 2 ms",

File diff suppressed because one or more lines are too long