Move Zephyr app into subdirectory.
This commit is contained in:
parent
92b41d28e5
commit
38f1dbd984
57 changed files with 1 additions and 9 deletions
14
app/dts/bindings/zmk,layers.yaml
Normal file
14
app/dts/bindings/zmk,layers.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
description: |
|
||||
Allows defining the various keymap layers for use.
|
||||
|
||||
compatible: "zmk,layers"
|
||||
|
||||
child-binding:
|
||||
description: "A layer to be used in a keymap"
|
||||
|
||||
properties:
|
||||
label:
|
||||
type: string
|
||||
keys:
|
||||
type: array
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue