Add files via upload
This commit is contained in:
parent
350baafa8c
commit
891faa6dbf
3 changed files with 31 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
description: Mouse key press/release behavior
|
||||||
|
|
||||||
|
compatible: "zmk,behavior-mouse-key-press"
|
||||||
|
|
||||||
|
include: one_param.yaml
|
13
app/dts/bindings/behaviors/zmk,behavior-mouse-move.yaml
Normal file
13
app/dts/bindings/behaviors/zmk,behavior-mouse-move.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
description: Mouse move
|
||||||
|
|
||||||
|
compatible: "zmk,behavior-mouse-move"
|
||||||
|
|
||||||
|
include: one_param.yaml
|
||||||
|
|
||||||
|
properties:
|
||||||
|
delay-ms:
|
||||||
|
type: int
|
||||||
|
time-to-max-speed-ms:
|
||||||
|
type: int
|
||||||
|
acceleration-exponent:
|
||||||
|
type: int
|
13
app/dts/bindings/behaviors/zmk,behavior-mouse-scroll.yaml
Normal file
13
app/dts/bindings/behaviors/zmk,behavior-mouse-scroll.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
description: Mouse scroll
|
||||||
|
|
||||||
|
compatible: "zmk,behavior-mouse-scroll"
|
||||||
|
|
||||||
|
include: one_param.yaml
|
||||||
|
|
||||||
|
properties:
|
||||||
|
delay-ms:
|
||||||
|
type: int
|
||||||
|
time-to-max-speed-ms:
|
||||||
|
type: int
|
||||||
|
acceleration-exponent:
|
||||||
|
type: int
|
Loading…
Add table
Reference in a new issue