21 lines
353 B
YAML
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
|