services.g810-led.profile

NixOS option

Keyboard profile to apply at boot time. The upstream repository provides example configurations.

type: null or strings concatenated with "\n"
Default
null
Example
''
  # G810-LED Profile (turn all keys on)
  
  # Set all keys on
  a ffffff
  
  # Commit changes
  c
''
declared in: nixos/modules/services/hardware/g810-led.nixView source on NixOS/nixpkgs →