Skip to content

Commit 221f500

Browse files
Fix laptop and monitor device type strings
1 parent fbb7d16 commit 221f500

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

RGBController/RGBController.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,6 +2207,10 @@ std::string device_type_to_str(device_type type)
22072207
return "Accessory";
22082208
case DEVICE_TYPE_KEYPAD:
22092209
return "Keypad";
2210+
case DEVICE_TYPE_LAPTOP:
2211+
return "Laptop";
2212+
case DEVICE_TYPE_MONITOR:
2213+
return "Monitor";
22102214
default:
22112215
return "Unknown";
22122216
}

0 commit comments

Comments
 (0)