Use DMI information to set inversion flag for MSI-RGB motherboards

Let's build a list of all MSI-RGB motherboards that have inverted colors and a list of their DMI information strings. We can use @Dr_No's DMI information code to get the DMI (board information) strings and create a list of boards to check against. These boards will then somehow invert the colors (whether this is setting an invert bit on the Super-IO or just mathematically inverting the RGB values before writing them).

Known boards:

Just because we have the board names doesn't mean we have the exact DMI information strings so we will need a way to get those.

Edited by Adam Honse