26 lines
586 B
YAML
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.
|