blob: a879684f4f905aee2ba71ec66e9b2ece46c361f5 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | # 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
 |