1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Merge pull request #232 from DarthAffe/SDK/CoolerMaster

CoolerMaster - Added MM830 LED definitions
This commit is contained in:
Robert Beekman 2021-09-03 20:40:35 +02:00 committed by GitHub
commit 3fbc4b997e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,21 @@ namespace RGB.NET.Devices.CoolerMaster
{ LedId.Mouse3, (0,2) }
}
},
{ CoolerMasterDevicesIndexes.MM830, new Dictionary<LedId, (int row, int column)>
{
{ LedId.Mouse1, (0,0) },
{ LedId.Mouse2, (0,1) },
{ LedId.Mouse3, (0,2) },
{ LedId.Mouse4, (0,3) },
{ LedId.Mouse5, (0,4) },
{ LedId.Mouse6, (0,5) },
{ LedId.Mouse7, (0,6) },
{ LedId.Mouse8, (0,7) },
{ LedId.Mouse9, (0,8) },
{ LedId.Mouse10, (0,9) },
}
},
};
#endregion