zmk/app/dts/bindings/behaviors/zmk,behavior-input-two-axis.yaml
2024-09-11 23:59:36 +02:00

21 lines
353 B
YAML

description: Two axis input behavior
compatible: "zmk,behavior-input-two-axis"
include: one_param.yaml
properties:
x-input-code:
type: int
required: true
y-input-code:
type: int
required: true
delay-ms:
type: int
time-to-max-speed-ms:
type: int
required: true
acceleration-exponent:
type: int
default: 1