mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
cdc424f030
commit
e5ecbd57ea
53
docs/gpio.md
53
docs/gpio.md
|
|
@ -471,33 +471,32 @@ kvmd
|
||||||
angle_push: 45 # Servo Motor SG90 angle to push button
|
angle_push: 45 # Servo Motor SG90 angle to push button
|
||||||
angle_release: 20 # Servo Motor SG90 angle to release button
|
angle_release: 20 # Servo Motor SG90 angle to release button
|
||||||
scheme:
|
scheme:
|
||||||
scheme:
|
__v4_locator__: # v4-mini only
|
||||||
__v4_locator__: # v4-mini only
|
pin: 25 # v4-mini only
|
||||||
pin: 25 # v4-mini only
|
short_press:
|
||||||
short_press:
|
driver: servo1
|
||||||
driver: servo1
|
pin: 0 # Pin number is the PWM channel number on the PWM Chip
|
||||||
pin: 0 # Pin number is the PWM channel number on the PWM Chip
|
mode: output
|
||||||
mode: output
|
switch: false
|
||||||
switch: false
|
pulse:
|
||||||
pulse:
|
delay: 0.5
|
||||||
delay: 0.5
|
max_delay: 2
|
||||||
max_delay: 2
|
long_press:
|
||||||
long_press:
|
driver: servo1
|
||||||
driver: servo1
|
pin: 0
|
||||||
pin: 0
|
mode: output
|
||||||
mode: output
|
switch: false
|
||||||
switch: false
|
pulse:
|
||||||
pulse:
|
delay: 2
|
||||||
delay: 2
|
max_delay: 2
|
||||||
max_delay: 2
|
extra_long_press:
|
||||||
extra_long_press:
|
driver: servo1
|
||||||
driver: servo1
|
pin: 0
|
||||||
pin: 0
|
mode: output
|
||||||
mode: output
|
switch: false
|
||||||
switch: false
|
pulse:
|
||||||
pulse:
|
delay: 10
|
||||||
delay: 10
|
max_delay: 20
|
||||||
max_delay: 20
|
|
||||||
view:
|
view:
|
||||||
header:
|
header:
|
||||||
title: Controls
|
title: Controls
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue