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
134c6d9831
commit
4ceede6545
16
README.md
16
README.md
|
@ -101,35 +101,35 @@ echo "options tuxedo_keyboard mode=0 color_left=0xFF0000 color_center=0x00FF00 c
|
||||||
Path: /sys/devices/platform/tuxedo_keyboard
|
Path: /sys/devices/platform/tuxedo_keyboard
|
||||||
|
|
||||||
## color_left
|
## color_left
|
||||||
Allowed Values: Hex-Value (e.g. 0xFF0000 for the Color Red)
|
Allowed Values: Hex-Value (e.g. 0xFF0000 for the Color Red)
|
||||||
Description: Set the color of the left Keyboard Side
|
Description: Set the color of the left Keyboard Side
|
||||||
|
|
||||||
## color_center
|
## color_center
|
||||||
Allowed Values: Hex-Value (e.g. 0xFF0000 for the Color Red)
|
Allowed Values: Hex-Value (e.g. 0xFF0000 for the Color Red)
|
||||||
Description: Set the color of the center of Keyboard
|
Description: Set the color of the center of Keyboard
|
||||||
|
|
||||||
## color_right
|
## color_right
|
||||||
Allowed Values: Hex-Value (e.g. 0xFF0000 for the Color Red)
|
Allowed Values: Hex-Value (e.g. 0xFF0000 for the Color Red)
|
||||||
Description: Set the color of the right Keyboard Side
|
Description: Set the color of the right Keyboard Side
|
||||||
|
|
||||||
## color_extra
|
## color_extra
|
||||||
Allowed Values: Hex-Value (e.g. 0xFF0000 for the Color Red)
|
Allowed Values: Hex-Value (e.g. 0xFF0000 for the Color Red)
|
||||||
Description: Set the color of the extra region (if exist) of the Keyboard
|
Description: Set the color of the extra region (if exist) of the Keyboard
|
||||||
|
|
||||||
## brightness
|
## brightness
|
||||||
Allowed Values: 0 - 255
|
Allowed Values: 0 - 255
|
||||||
Description: Set the brightness of the Keyboard
|
Description: Set the brightness of the Keyboard
|
||||||
|
|
||||||
## mode
|
## mode
|
||||||
Allowed Values: 0 - 7
|
Allowed Values: 0 - 7
|
||||||
Description: Set the mode of the Keyboard. A list with the modes is under <a href="#modes">Modes</a>
|
Description: Set the mode of the Keyboard. A list with the modes is under <a href="#modes">Modes</a>
|
||||||
|
|
||||||
## state
|
## state
|
||||||
Allowed Values: 0, 1
|
Allowed Values: 0, 1
|
||||||
Description: Set the State of keyboard, 0 is keyboard is off and 1 is keyboard is on
|
Description: Set the State of keyboard, 0 is keyboard is off and 1 is keyboard is on
|
||||||
|
|
||||||
## extra
|
## extra
|
||||||
Allowed Values: 0, 1
|
Allowed Values: 0, 1
|
||||||
Description: Only get the information, if the keyboard have the extra region
|
Description: Only get the information, if the keyboard have the extra region
|
||||||
|
|
||||||
# Kernel Parameter <a name="kernelparam"></a>
|
# Kernel Parameter <a name="kernelparam"></a>
|
||||||
|
|
Loading…
Reference in a new issue