cd503ed17b
feat(combos): add layer filtering Co-authored-by: KemoNine <mcrosson@kemonine.info>
25 lines
No EOL
443 B
YAML
25 lines
No EOL
443 B
YAML
# 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
|
|
layers:
|
|
type: array
|
|
default: [-1] |