mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-28 02:41:09 -04:00
Fix warning in LogitechProtocolCommon.h
This commit is contained in:
@@ -9,6 +9,17 @@
|
||||
|
||||
#include <LogitechProtocolCommon.h>
|
||||
|
||||
const char* logitech_led_locations[] =
|
||||
{
|
||||
"Unknown",
|
||||
"Primary",
|
||||
"Logo",
|
||||
"Left",
|
||||
"Right"
|
||||
};
|
||||
|
||||
const int NUM_LOGITECH_LED_LOCATIONS = sizeof(logitech_led_locations);
|
||||
|
||||
static std::vector<uint16_t> logitech_RGB_pages =
|
||||
{
|
||||
LOGITECH_HIDPP_PAGE_RGB_EFFECTS1,
|
||||
|
||||
Reference in New Issue
Block a user