mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update README.md
This commit is contained in:
parent
68eb899f71
commit
73f5a5930d
|
@ -53,7 +53,9 @@ make clean && make
|
|||
At first point add the Module
|
||||
```sh
|
||||
make clean
|
||||
|
||||
sudo cp -R . /usr/src/tuxedo_keyboard-1
|
||||
|
||||
sudo dkms add -m tuxedo_keyboard -v 1
|
||||
```
|
||||
|
||||
|
@ -97,6 +99,7 @@ modprobe tuxedo_keyboard
|
|||
Add Module to /etc/modules
|
||||
```sh
|
||||
sudo su
|
||||
|
||||
echo tuxedo_keyboard >> /etc/modules
|
||||
```
|
||||
|
||||
|
@ -114,6 +117,7 @@ Note that we write its' settings to a `.conf` file under `/etc/modprobe.d` named
|
|||
|
||||
```sh
|
||||
sudo su
|
||||
|
||||
echo "options tuxedo_keyboard mode=0 color_left=0xFF0000 color_center=0x00FF00 color_right=0x0000FF" > /etc/modprobe.d/tuxedo_keyboard.conf
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue