blob: 86ae5c220a1d085ddd9df7dc92cff47f7f791cdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Copyright (c) 2020, The ZMK Contributors
# SPDX-License-Identifier: MIT
#
description: |
Allows defining the collection of sensors bound in the keymap layers
compatible: "zmk,keymap-sensors"
properties:
sensors:
type: phandles
required: true
|