rgblight: driver selection cleanups (#21558)

This commit is contained in:
Ryan 2023-08-15 20:06:57 +10:00 committed by GitHub
parent 3ece80f73f
commit 1c069b13b9
Failed to generate hash of commit
43 changed files with 27 additions and 44 deletions

View file

@ -477,6 +477,10 @@
}
},
"brightness_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
"driver": {
"type": "string",
"enum": ["apa102", "custom", "ws2812"]
},
"hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
"layers": {
"type": "object",