Logitech HID++ 2.0: restore COUNT fill for the keyboard matrix map

This commit is contained in:
Ken Sanislo
2026-07-14 02:49:18 +00:00
committed by Adam Honse
parent 75463b8772
commit 79eb758a52

View File

@@ -768,7 +768,7 @@ void RGBController_LogitechHIDPP20::SetupZones()
perkey_zone.leds_min = klm.GetKeyCount();
perkey_zone.leds_max = klm.GetKeyCount();
perkey_zone.leds_count = klm.GetKeyCount();
perkey_zone.matrix_map = klm.GetKeyMap();
perkey_zone.matrix_map = klm.GetKeyMap(KEYBOARD_MAP_FILL_TYPE_COUNT);
zones.push_back(perkey_zone);
for(unsigned int i = 0; i < klm.GetKeyCount(); i++)