Monitor and Laptop device types

This commit is contained in:
Dmitry K 2025-05-16 02:34:39 +04:00 committed by Adam Honse
parent d296f770b6
commit 20f6565f44
22 changed files with 92 additions and 59 deletions

View file

@ -104,6 +104,12 @@ static int GetIcon(device_type type)
case DEVICE_TYPE_KEYPAD:
icon = OpenRGBFont::keypad;
break;
case DEVICE_TYPE_LAPTOP:
icon = OpenRGBFont::laptop;
break;
case DEVICE_TYPE_MONITOR:
icon = OpenRGBFont::monitor;
break;
default:
icon = OpenRGBFont::unknown;
break;