Move Zephyr app into subdirectory.
This commit is contained in:
parent
92b41d28e5
commit
38f1dbd984
57 changed files with 1 additions and 9 deletions
13
app/dts/bindings/zmk,keymap.yaml
Normal file
13
app/dts/bindings/zmk,keymap.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
description: |
|
||||
Allows defining a keymap composed of multiple layers
|
||||
|
||||
compatible: "zmk,keymap"
|
||||
|
||||
properties:
|
||||
label:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
layers:
|
||||
type: phandles
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue