mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-10 00:47:56 -04:00
Set inversion bits
This commit is contained in:
@@ -39,7 +39,7 @@ MSIRGBController::MSIRGBController(int sioaddr)
|
||||
/*-----------------------------------------------------*\
|
||||
| Lighting enabled, RGB non-inverted, header on |
|
||||
\*-----------------------------------------------------*/
|
||||
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_CFG_3, 0xE2);
|
||||
superio_outb(msi_sioaddr, MSI_SIO_RGB_REG_CFG_3, 0xFE);
|
||||
}
|
||||
|
||||
MSIRGBController::~MSIRGBController()
|
||||
|
||||
Reference in New Issue
Block a user