diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-06-30 13:37:45 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-06-30 13:37:45 +0200 |
commit | fc1e6ca068b357b182f0ebdcf2a3300df16ae52a (patch) | |
tree | df0a950ba0aa7b236e4f6fe9c643c4e64f486acc | |
parent | 8286f9bf5986389c075ba663c590704cbb93fa2b (diff) |
Use reasonable bullets in desc tuxedo-keyboard
-rw-r--r-- | tuxedo-keyboard.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tuxedo-keyboard.scm b/tuxedo-keyboard.scm index e18e821..6fd54cf 100644 --- a/tuxedo-keyboard.scm +++ b/tuxedo-keyboard.scm @@ -27,8 +27,10 @@ (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") +@itemize +@item Sysfs interface to control the brightness, mode, color, on/off state +@item DKMS Ready +@item Full RGB Color Support +@item WMI Support for FN-Keys +@end itemize") (license license:gpl3+)))) |