forked from mirrors/qmk_userspace
Move RGB_MATRIX_HUE/SAT/VAL/SPD_STEP
to data driven (#21354)
This commit is contained in:
parent
8093b13365
commit
6545eb64a0
42 changed files with 85 additions and 100 deletions
|
@ -9,7 +9,10 @@
|
|||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
"driver": "WS2812",
|
||||
"sat_steps": 8,
|
||||
"val_steps": 8,
|
||||
"speed_steps": 10
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue