diff options
author | Devaev Maxim <[email protected]> | 2019-10-24 02:42:19 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-24 02:42:19 +0300 |
commit | 096064cfbc2428a7e276ff5b5c09ecdd0badbb35 (patch) | |
tree | 218e338990ee9a939c246eb6f4a873ac93d55fef /configs/kvmd/main/v1-hdmi.yaml | |
parent | 97e2d9128c37805ba649807f5f923d1d1e92907f (diff) |
changed some defaults
Diffstat (limited to 'configs/kvmd/main/v1-hdmi.yaml')
-rw-r--r-- | configs/kvmd/main/v1-hdmi.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/configs/kvmd/main/v1-hdmi.yaml b/configs/kvmd/main/v1-hdmi.yaml index c000d503..f24bfccf 100644 --- a/configs/kvmd/main/v1-hdmi.yaml +++ b/configs/kvmd/main/v1-hdmi.yaml @@ -9,31 +9,28 @@ logging: !include logging.yaml kvmd: server: unix: /run/kvmd/kvmd.sock - unix_rm: true - unix_mode: 0660 auth: !include auth.yaml hid: + type: serial reset_pin: 4 device: /dev/kvmd-hid atx: + type: gpio power_led_pin: 24 hdd_led_pin: 22 power_switch_pin: 23 reset_switch_pin: 27 msd: + type: relay target_pin: 12 reset_pin: 13 device: /dev/kvmd-msd streamer: - sync_delay: 0 - init_delay: 1 - desired_fps: 30 - max_fps: 60 unix: /run/kvmd/ustreamer.sock cmd: - "/usr/bin/ustreamer" |