boothifier/Backup/data/cfg/led-devices.json

39 lines
513 B
JSON

{
"strip1": {
"en": true,
"size": 138,
"chip": "SK6812",
"rgb-order": "gbr",
"shift":0,
"offset": 0,
"bright": 200,
"pin": 3,
"i2s-ch": 0,
"core": 0
},
"strip2": {
"en": false,
"size": 20,
"chip": "SK6812",
"rgb-order": "grb",
"shift":0,
"offset": 0,
"bright": 200,
"pin": 46,
"i2s-ch": 1,
"core": 0
},
"front-light": {
"en": false,
"relay": 0,
"min": 20,
"max": 100,
"core": 1
},
"rear-light": {
"en": false,
"relay": 1,
"min": 20,
"max": 100
}
}