Skip to content
Snippets Groups Projects
config-basic.json 522 B
Newer Older
  • Learn to ignore specific revisions
  • {
    	"listen": ["127.0.0.1", 7890],
    	"verbose": true,
    
    	"color": {
    		"gamma": 2.5,
    		"whitepoint": [1.0, 1.0, 1.0]
    	},
    
    	"devices": [
    		{
    			"type": "fadecandy",
    			"serial": "FFFFFFFFFFFF00180017200214134D44",
    			"map": [
    				[ 0, 0, 0, 512 ]
    			]
    		},
    		{
    			"type": "fadecandy",
    			"serial": "FFFFFFFFFFFF0021003B200314134D44",
    			"map": [
    				[ 0, 512, 0, 64 ],
    				[ 0, 576, 128, 32 ]
    			]
    		},
    		{
    			"type": "fadecandy",
    			"serial": "FFFFFFFFFFFF0044004E200114134D44",
    			"map": [
    				[ 0, 0, 0, 512 ]
    			]
    		}
    	]
    }