mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Merge pull request #39 from StevenSeifried/master
Added tuxedo_keyboard.conf and updated README
This commit is contained in:
commit
7e2c8a923f
|
@ -125,6 +125,10 @@ sudo su
|
|||
|
||||
echo "options tuxedo_keyboard mode=0 color_left=0xFF0000 color_center=0x00FF00 color_right=0x0000FF" > /etc/modprobe.d/tuxedo_keyboard.conf
|
||||
```
|
||||
or
|
||||
```sh
|
||||
sudo cp tuxedo_keyboard.conf /etc/modprobe.d/tuxedo_keyboard.conf
|
||||
```
|
||||
|
||||
# Sysfs <a name="sysfs"></a>
|
||||
|
||||
|
|
1
tuxedo_keyboard.conf
Normal file
1
tuxedo_keyboard.conf
Normal file
|
@ -0,0 +1 @@
|
|||
options tuxedo_keyboard mode=0 brightness=75 color_left=0xFFFFFF color_center=0xFFFFFF color_right=0xFFFFFF
|
Loading…
Reference in a new issue