Created
December 18, 2016 05:22
-
-
Save kazz187/48b532085d0b6a6cfe977066fbfebcc4 to your computer and use it in GitHub Desktop.
fadecandy mogra config file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"listen": [null, 7890], | |
"verbose": true, | |
"color": { | |
"gamma": 2.5, | |
"whitepoint": [1.0, 1.0, 1.0] | |
}, | |
"devices": [ | |
{ | |
"type": "fadecandy", | |
"serial": "DBZLVBASFRILUPSJ", | |
"map": [ | |
[ 0, 0, 0, 512 ] | |
] | |
}, | |
{ | |
"type": "fadecandy", | |
"serial": "HTPZUWOYJNKZIZQN", | |
"map": [ | |
[ 0, 512, 0, 512 ] | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment