mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 09:16:11 +00:00
Merge pull request #195 from localleon/profile-docu
Improving Documentation for Profiles
This commit is contained in:
commit
a1b1127046
@ -66,10 +66,3 @@ Same as install, but your profile and reboot files are preserved.</br>
|
|||||||
|
|
||||||
## Uninstall :</br>
|
## Uninstall :</br>
|
||||||
`sudo make uninstall`</br>
|
`sudo make uninstall`</br>
|
||||||
|
|
||||||
## Boot profiles :</br>
|
|
||||||
On boot, the keyboard is set with the udev file /etc/udev/rules.d/g810-led.rules</br>
|
|
||||||
This file launches the profile stored in /etc/g810-led/profile</br>
|
|
||||||
To prevent your keyboard flashing 3 times when you reboot use the systemd unit (g810-led-reboot).</br>
|
|
||||||
|
|
||||||
Samples can be found in /etc/g810-led/samples.</br>
|
|
||||||
|
16
PROFILES.md
Normal file
16
PROFILES.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Profiles for your keyboard
|
||||||
|
|
||||||
|
## Boot profiles :</br>
|
||||||
|
On boot, the keyboard is set with the udev file `/etc/udev/rules.d/g810-led.rules`</br>
|
||||||
|
This file launches the profile stored in `/etc/g810-led/profile`</br>
|
||||||
|
To prevent your keyboard flashing 3 times when you reboot use the systemd unit (g810-led-reboot).</br>
|
||||||
|
|
||||||
|
A profile looks like this:
|
||||||
|
```
|
||||||
|
# G810-LED Profile (turn all keys on)
|
||||||
|
|
||||||
|
a ffffff # Set all keys on
|
||||||
|
|
||||||
|
c # Commit changes
|
||||||
|
```
|
||||||
|
More samples can be found in [/etc/g810-led/samples.](https://github.com/MatMoul/g810-led/tree/master/sample_profiles)</br>
|
@ -21,6 +21,10 @@ Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, G910
|
|||||||
## Install :</br>
|
## Install :</br>
|
||||||
* [INSTALL.md](https://github.com/MatMoul/g810-led/blob/master/INSTALL.md)
|
* [INSTALL.md](https://github.com/MatMoul/g810-led/blob/master/INSTALL.md)
|
||||||
|
|
||||||
|
## Profiles :<br>
|
||||||
|
You can load predefined configurations on startup!
|
||||||
|
* [PROFILES.md](https://github.com/MatMoul/g810-led/blob/master/PROFILES.md)
|
||||||
|
|
||||||
## Help :</br>
|
## Help :</br>
|
||||||
`g213-led --help`</br>
|
`g213-led --help`</br>
|
||||||
`g410-led --help`</br>
|
`g410-led --help`</br>
|
||||||
|
Loading…
Reference in New Issue
Block a user