Update animation devicetree bindings
This commit is contained in:
parent
5da7a6e29f
commit
2326f36e50
2 changed files with 12 additions and 0 deletions
6
app/dts/bindings/animations/animation_base.yaml
Normal file
6
app/dts/bindings/animations/animation_base.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Copyright (c) 2020, The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
pixel-cells:
|
||||
- position_x
|
||||
- position_y
|
|
@ -6,7 +6,13 @@ description: |
|
|||
|
||||
compatible: "zmk,animation-solid"
|
||||
|
||||
include: animation_base.yaml
|
||||
|
||||
properties:
|
||||
label:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
duration:
|
||||
type: int
|
||||
required: true
|
||||
|
|
Loading…
Add table
Reference in a new issue