MyNixOS website logo
option

hardware.uni-sync.devices.*.channels

List of channels connected to the controller.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    mode = "PWM";
  }
  {
    mode = "Manual";
    speed = 100;
  }
  {
    mode = "Manual";
    speed = 54;
  }
  {
    mode = "Manual";
    speed = 0;
  }
]