1# Profiles for your keyboard
2
3## Boot profiles :</br>
4On boot, the keyboard is set with the udev file `/etc/udev/rules.d/g810-led.rules`</br>
5This file launches the profile stored in `/etc/g810-led/profile`</br>
6To prevent your keyboard flashing 3 times when you reboot use the systemd unit (g810-led-reboot).</br>
7
8A profile looks like this:
9```
10# G810-LED Profile (turn all keys on)
11
12a ffffff # Set all keys on
13
14c # Commit changes
15```
16More samples can be found in [/etc/g810-led/samples.](https://github.com/MatMoul/g810-led/tree/master/sample_profiles)</br>
17