mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-15 01:31:28 -05:00
Automatically create matrix
This commit is contained in:
committed by
Adam Honse
parent
8fec600a90
commit
fcf3a25c80
@@ -64,6 +64,11 @@ unsigned int HIDLampArrayController::GetLampCount()
|
||||
return(LampArray.LampCount);
|
||||
}
|
||||
|
||||
std::vector<LampAttributes> HIDLampArrayController::GetLamps()
|
||||
{
|
||||
return(Lamps);
|
||||
}
|
||||
|
||||
void HIDLampArrayController::GetLampArrayAttributesReport()
|
||||
{
|
||||
unsigned char usb_buf[sizeof(LampArrayAttributes) + 1];
|
||||
|
||||
Reference in New Issue
Block a user