diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-06-30 13:32:31 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-06-30 13:32:31 +0200 |
commit | 8286f9bf5986389c075ba663c590704cbb93fa2b (patch) | |
tree | 858dfc50b8935bc1d51a1d9904c2c211f0dae837 | |
parent | f27392c1f593fe5f52e005ff0499c41f2082b285 (diff) |
Correct positioning in tuxedo-keyboard desc
-rw-r--r-- | tuxedo-keyboard.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tuxedo-keyboard.scm b/tuxedo-keyboard.scm index 6ef3cf5..e18e821 100644 --- a/tuxedo-keyboard.scm +++ b/tuxedo-keyboard.scm @@ -27,8 +27,8 @@ (synopsis "TUXEDO Computers Kernel Module for keyboard backlighting.") (description "Additions: - - Sysfs interface to control the brightness, mode, color, on/off state - - DKMS Ready - - Full RGB Color Support - - WMI Support for FN-Keys") +- Sysfs interface to control the brightness, mode, color, on/off state +- DKMS Ready +- Full RGB Color Support +- WMI Support for FN-Keys") (license license:gpl3+)))) |