From 96ddcac3e24a702e0df481386516b140f47d8908 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sun, 14 Apr 2019 11:11:48 +0200 Subject: [PATCH] Added G300s to logitech provider --- RGB.NET.Devices.Logitech/HID/DeviceChecker.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/RGB.NET.Devices.Logitech/HID/DeviceChecker.cs b/RGB.NET.Devices.Logitech/HID/DeviceChecker.cs index b56b03c..5a15280 100644 --- a/RGB.NET.Devices.Logitech/HID/DeviceChecker.cs +++ b/RGB.NET.Devices.Logitech/HID/DeviceChecker.cs @@ -30,6 +30,7 @@ namespace RGB.NET.Devices.Logitech.HID ("G19s", RGBDeviceType.Keyboard, 0xC229, 0, "DE", @"Keyboards\G19s\UK"), ("G502", RGBDeviceType.Mouse, 0xC332, 0, "default", @"Mice\G502"), ("G600", RGBDeviceType.Mouse, 0xC24A, 0, "default", @"Mice\G600"), + ("G300s", RGBDeviceType.Mouse, 0xC246, 0, "default", @"Mice\G300s"), ("G510", RGBDeviceType.Keyboard, 0xC22D, 0, "DE", @"Keyboards\G510\UK"), ("G510s", RGBDeviceType.Keyboard, 0xC22E, 0, "DE", @"Keyboards\G510s\UK"), ("G13", RGBDeviceType.Keypad, 0xC21C, 0, "DE", @"Keypads\G13\UK"),