Skip to content
Snippets Groups Projects
config-basic.json 951 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": "LXJNACKAPTQLQVMF",
    
                "map": [
                    [ 0, 0, 0, 512 ]
                ]
            },
            {
                "type": "fadecandy",
    
                "serial": "ELWQLXUWZPYTKTIB",
    
                "map": [
                    [ 0, 512, 0, 64 ],
                    [ 0, 576, 128, 32 ]
                ]
            },
            {
                "type": "fadecandy",
    
                "serial": "JZJZCONXXJOHSTCH",
    
                "map": [
                    [ 0, 0, 0, 512 ]
                ]
            },
            {
                "type": "enttec",
                "serial": "EN075577",
                "map": [
    
                    [ 0, 0, "r", 1 ],
                    [ 0, 0, "g", 2 ],
                    [ 0, 0, "b", 3 ],
                    [ 0, 1, "l", 4 ]