Add 104 LEDs to Poseidon Z RGB so that Set All should work

This commit is contained in:
Adam Honse
2019-12-25 17:56:24 -06:00
parent cff395a050
commit ace27f4574

View File

@@ -15,6 +15,11 @@ RGBController_PoseidonZRGB::RGBController_PoseidonZRGB(PoseidonZRGBController* p
name = "Thermaltake Poseidon Z RGB";
type = DEVICE_TYPE_KEYBOARD;
for(int i = 0; i < 104; i++)
{
colors.push_back(0x00000000);
}
}
RGBController_PoseidonZRGB::~RGBController_PoseidonZRGB()