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

24 lines
619 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:
duration:
type: int
default: 5
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.
Ignored if only a single color is given.
colors:
type: array
required: true
description: |
The colors to cycle through during the animation in HSL format.