Fix systemd service

This commit is contained in:
Luke D Jones
2020-08-04 21:14:39 +12:00
parent d4032379b0
commit 7adb477e1b
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ impl Config {
let mut c = Config::default();
c.bat_charge_limit = 100;
c.kbd_backlight_mode = 0;
c.kbd_boot_brightness = 1;
for n in supported_led_modes {
c.kbd_backlight_modes.push(AuraModes::from(*n))