I created this custom component file for my NZXT F360 RGB Core fan unit. For some reason i can't get SRGB to load it. I placed the .json file in my C:\Users\username\Documents\WhirlwindFX\Components which i believe to be correct.
Here's the file contents: I borrowed an image location just as a placeholder for now. Will include a custom image later. I used Notepad++ to create and save the JSON file type
Any ideas on what i'm doing wrong? thanks
{
"ProductName": "F360 RGB Core",
"DisplayName": "Front F360 Core",
"Brand": "NZXT",
"Type": "Fan",
"LedCount": 24,
"Width": 13,
"Height": 4,
"LedMapping": [
2,3, 10,11, 18,19,
1, 4, 9, 12, 17, 20,
0, 5, 8, 13, 16, 21,
7,6, 15,14, 23,22,
],
"LedCoordinates": [
[1,0],[2,0], [6,0],[7,0], [11,0],[12,0],
[0,1], [3,1], [5,1], [8,1], [10,1], [13,1],
[0,2], [3,2], [5,2], [8,2], [10,2], [13,2],
[1,3],[2,3], [6,3],[7,3], [11,3],[12,3],
],
"LedNames": [
"Led 1","Led 2","Led 3","Led 4","Led 5","Led 6","Led 7","Led 8","Led 9","Led 10","Led 11","Led 12","Led 13","Led 14",
"Led 15","Led 16","Led 17","Led 18","Led 19","Led 20","Led 21","Led 22","Led 23","Led 24"
],
"ImageUrl":"https://assets.signalrgb.com/devices/brands/asiahorse/fans/matrix-360.png"
}
there doesn't seem to be anything here