MatMoul / g810-led

Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, g815, G910 and GPRO Keyboards
GNU General Public License v3.0
1.39k stars 184 forks source link

Command line option for Logitech G410 #3

Closed GHPS closed 8 years ago

GHPS commented 8 years ago

I 'm using g810-led with my Logitech G410 which is basically a smaller version of the G810 with the same RGB Romer-G keys. It was rather easy to get the program working - I just changed the USB product ID (PID) from 331 to 330. This patch works in the C and the Python version of the program.

Perhaps the G410 could be officially supported? Via a command line option to select either G810 or the G410?

MatMoul commented 8 years ago

Thank you for this info,

I reflect on possible changes according to your return.

MatMoul commented 8 years ago

Try the last version. After make, rename g810-led to g410-led, it should work.

GHPS commented 8 years ago

Works perfectly - thanks!