mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-11-21 02:52:06 +00:00
Add new product ID for G610
This commit is contained in:
@@ -43,6 +43,7 @@ bool Keyboard::attach() {
|
|||||||
if (desc.idProduct == 0xc337) { pid = desc.idProduct; break; } // G810 spectrum
|
if (desc.idProduct == 0xc337) { pid = desc.idProduct; break; } // G810 spectrum
|
||||||
if (desc.idProduct == 0xc330) { pid = desc.idProduct; break; } // G410 spectrum
|
if (desc.idProduct == 0xc330) { pid = desc.idProduct; break; } // G410 spectrum
|
||||||
if (desc.idProduct == 0xc333) { pid = desc.idProduct; break; } // G610 spectrum
|
if (desc.idProduct == 0xc333) { pid = desc.idProduct; break; } // G610 spectrum
|
||||||
|
if (desc.idProduct == 0xc338) { pid = desc.idProduct; break; } // G610 spectrum
|
||||||
if (desc.idProduct == 0xc32b) { // G910 spark
|
if (desc.idProduct == 0xc32b) { // G910 spark
|
||||||
pid = desc.idProduct;
|
pid = desc.idProduct;
|
||||||
kbdProtocol = KeyboardProtocol::g910;
|
kbdProtocol = KeyboardProtocol::g910;
|
||||||
|
|||||||
Reference in New Issue
Block a user