parent
90c2c6672f
commit
feb0d5b90c
55 changed files with 1528 additions and 1 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue