1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 09:16:11 +00:00

Add new product ID for G610

This commit is contained in:
MatMoul 2017-01-05 21:59:03 +01:00
parent 838831276d
commit 0ecd800b41

View File

@ -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;