diff --git a/app/dts/bindings/animations/animation_base.yaml b/app/dts/bindings/animations/animation_base.yaml new file mode 100644 index 00000000..aa2a5342 --- /dev/null +++ b/app/dts/bindings/animations/animation_base.yaml @@ -0,0 +1,6 @@ +# Copyright (c) 2020, The ZMK Contributors +# SPDX-License-Identifier: MIT + +pixel-cells: + - position_x + - position_y diff --git a/app/dts/bindings/animations/zmk,animation-solid.yaml b/app/dts/bindings/animations/zmk,animation-solid.yaml index 93979561..f84aaeef 100644 --- a/app/dts/bindings/animations/zmk,animation-solid.yaml +++ b/app/dts/bindings/animations/zmk,animation-solid.yaml @@ -6,7 +6,13 @@ description: | compatible: "zmk,animation-solid" +include: animation_base.yaml + properties: + label: + type: string + required: true + duration: type: int required: true