forked from kofal.net/zmk
Initial work on sensor bindings.
This commit is contained in:
9
app/dts/bindings/zmk,keymap-sensors.yaml
Normal file
9
app/dts/bindings/zmk,keymap-sensors.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
description: |
|
||||
Allows defining the collection of sensors bound in the keymap layers
|
||||
|
||||
compatible: "zmk,keymap-sensors"
|
||||
|
||||
properties:
|
||||
sensors:
|
||||
type: phandles
|
||||
required: true
|
||||
@@ -13,3 +13,6 @@ child-binding:
|
||||
bindings:
|
||||
type: phandle-array
|
||||
required: true
|
||||
sensor-bindings:
|
||||
type: phandle-array
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user