zmk/app/dts/bindings/animations/zmk,animation-control.yaml
2023-06-21 12:41:26 +02:00

26 lines
586 B
YAML

# Copyright (c) 2020, The ZMK Contributors
# SPDX-License-Identifier: MIT
description: |
Higher-order animation which allows for controlling animation drivers
placed underneath it by turning them on and off, cycling though them,
or changing the brightness.
compatible: "zmk,animation-control"
properties:
label:
type: string
required: true
animations:
type: phandles
required: true
description: |
Animations to be combined.
brightness-steps:
type: int
default: 5
description: |
How many brightness steps should be supported.