forked from mirrors/qmk_userspace
rgblight: driver selection cleanups (#21558)
This commit is contained in:
parent
3ece80f73f
commit
1c069b13b9
43 changed files with 27 additions and 44 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue