1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 01:06:11 +00:00
Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, g815, G910 and GPRO Keyboards
Go to file
MohamadSaada 80afb5dfaf Update Keyboard.cpp
14 isn't working because in the last iteration you might have some empty slots in the array, this way it will prevent that and work perfectly. I am using it in my program and have checked it in wireshark. I modified your program fully to suit my g910 keyboard.
2016-12-03 21:48:21 +00:00
pictures add g810 picture 2016-06-13 00:41:58 +02:00
sample_profiles Rename num_dot to num_period 2016-10-29 18:59:01 +02:00
src Update Keyboard.cpp 2016-12-03 21:48:21 +00:00
systemd add systemd unit and udev rules 2016-06-17 22:13:11 +02:00
udev Added support for g910 spectrum 2016-12-01 20:07:13 -05:00
wireshark_dumps Add dump provided by andreast1990@github 2016-11-28 21:27:12 +01:00
LICENSE First commit 2016-06-12 22:16:07 +02:00
makefile Add -O2 to CFLAGS 2016-08-07 20:36:13 +02:00
README.md Imrove help and readme for g910 2016-12-03 15:41:12 +01:00

g810-led

Linux LED controller for the Logitech G810 Orion Spectrum Keyboard

Other compatible keyboard :
G410 Atlas Spectrum
G610 Orion
G910 Orion Spark
G910 Orion Spectrum

jj

Install and use :

Samples :
g810-led -p /etc/g810/profile # Set a profile
g810-led -k logo ff0000 # Set color of a key
g810-led -a 00ff00 # Set color of all keys
g810-led -g fkeys ff00ff # Set color of a group of keys
g810-led -s color # Set keyboard power on effect

Samples with no commit :
g810-led -an 000000 # Set color of all key with no action
g810-led -gn modifiers ff0000 # Set color of a group with no action
g810-led -kn w ff0000 # Set color of a key with no action
g810-led -kn a ff0000 # Set color of a key with no action
g810-led -kn s ff0000 # Set color of a key with no action
g810-led -kn d ff0000 # Set color of a key with no action
g810-led -c # Commit all changes