1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-22 17:06:10 +00:00

Adding seperate Profile Sections in README

This commit is contained in:
localleon 2019-10-29 17:46:51 +01:00
parent 394f7fbbb0
commit 14e331ad2a
3 changed files with 21 additions and 8 deletions

View File

@ -65,11 +65,4 @@ Gentoo :<br/>
Same as install, but your profile and reboot files are preserved.</br> 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
View 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>

View File

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