mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Update readme general description
This commit is contained in:
parent
912c0ca109
commit
39cc829a22
19
README.md
19
README.md
|
@ -7,13 +7,18 @@
|
||||||
- <a href="#modes">Modes</a>
|
- <a href="#modes">Modes</a>
|
||||||
|
|
||||||
# Description <a name="description"></a>
|
# Description <a name="description"></a>
|
||||||
TUXEDO Computers Kernel Module for keyboard backlighting.
|
TUXEDO Computers kernel module drivers for keyboard, keyboard backlight & general hardware I/O
|
||||||
|
|
||||||
Additions
|
Features
|
||||||
- Sysfs interface to control the brightness, mode, color, on/off state
|
- Driver for Fn-keys
|
||||||
- DKMS Ready
|
- Sysfs control of brightness/color/mode for most TUXEDO keyboards (note: white backlight only models are currently not supported)
|
||||||
- Full RGB Color Support
|
- Hardware I/O driver for TUXEDO Control Center
|
||||||
- WMI Support for FN-Keys
|
|
||||||
|
Modules included in this package
|
||||||
|
- tuxedo-keyboard
|
||||||
|
- tuxedo-io
|
||||||
|
- clevo-wmi
|
||||||
|
- clevo-acpi
|
||||||
|
|
||||||
# Building and Install <a name="building"></a>
|
# Building and Install <a name="building"></a>
|
||||||
|
|
||||||
|
@ -86,7 +91,7 @@ modprobe tuxedo_keyboard
|
||||||
|
|
||||||
## Load the Module on boot:
|
## Load the Module on boot:
|
||||||
|
|
||||||
If the module is relevant it will be loaded automatically on boot. If it is not loaded after a reboot, it most likely means that it is not needed.
|
If a module is relevant it will be loaded automatically on boot. If it is not loaded after a reboot, it most likely means that it is not needed.
|
||||||
|
|
||||||
Add Module to /etc/modules
|
Add Module to /etc/modules
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue