diff options
-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+)))) |