Add DD {LED,RGB}_MATRIX_DEFAULT_FLAGS support (#25671)

This commit is contained in:
Joel Challis
2025-09-29 20:26:47 +01:00
committed by GitHub
parent 883465d9fb
commit 0a4c1caf20
6 changed files with 19 additions and 9 deletions

View File

@@ -23,7 +23,8 @@
"animation": "solid",
"on": true,
"val": 255,
"speed": 128
"speed": 128,
"flags": 255
},
"led_flush_limit": 16,
"max_brightness": 255,
@@ -53,7 +54,8 @@
"hue": 0,
"sat": 255,
"val": 255,
"speed": 128
"speed": 128,
"flags": 255
},
"hue_steps": 8,
"led_flush_limit": 16,