Skip to content

Combination for power state leds boot/sleep/all/keys/side LEDS

Closes #191 (closed) . It might need some refinement, in particular :

  • It changes option for the old awake state which is now all-leds state New options are
  -b, --boot-enable        set the keyboard LED to enabled while the device is awake
  -s, --sleep-enable       set the keyboard LED suspend animation to enabled while the device is suspended
  -a, --all-leds-enable    set the full keyboard LEDs (keys and side) to enabled
  -k, --keys-leds-enable   set the keyboard keys LEDs to enabled
  -S, --side-leds-enable   set the keyboard side LEDs to enabled
  • Code added may need some factorization and/or better idiomatic form at places.

Merge request reports