zmk/app/dts/bindings/animations/zmk,animation-solid.yaml
2023-06-11 10:17:50 +02:00

27 lines
608 B
YAML

# Copyright (c) 2020, The ZMK Contributors
# SPDX-License-Identifier: MIT
description: |
Animation for displaying solid colors across the entire area
compatible: "zmk,animation-solid"
include: animation_base.yaml
properties:
label:
type: string
required: true
duration:
type: int
required: true
description: |
Animation duration in seconds.
This is the time it takes for the animation to complete a full cycle and return to the original color.
colors:
type: array
required: true
description: |
The colors to cycle through during the animation.