From d207e7c6dd90bcdb675a789c21918937490b7c63 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:12:47 -0500 Subject: [PATCH] feat(config): add led_rgb_sequence option to config template (#231) Add the led_rgb_sequence configuration option to the matrix config template, allowing users to specify the RGB sequence for their LED panels. Co-authored-by: Chuck Co-authored-by: Claude Opus 4.5 --- config/config.template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.template.json b/config/config.template.json index 9dc7f000..bc94893e 100644 --- a/config/config.template.json +++ b/config/config.template.json @@ -108,6 +108,7 @@ "disable_hardware_pulsing": false, "inverse_colors": false, "show_refresh_rate": false, + "led_rgb_sequence": "RGB", "limit_refresh_rate_hz": 100 }, "runtime": {