forked from kofal.net/zmk
committed by
Pete Johanson
parent
90c2c6672f
commit
feb0d5b90c
22
app/dts/bindings/zmk,combos.yaml
Normal file
22
app/dts/bindings/zmk,combos.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright (c) 2020, The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
description: Combos container
|
||||
|
||||
compatible: "zmk,combos"
|
||||
|
||||
child-binding:
|
||||
description: "A combo"
|
||||
|
||||
properties:
|
||||
bindings:
|
||||
type: phandle-array
|
||||
required: true
|
||||
key-positions:
|
||||
type: array
|
||||
required: true
|
||||
timeout-ms:
|
||||
type: int
|
||||
default: 50
|
||||
slow-release:
|
||||
type: boolean
|
||||
Reference in New Issue
Block a user