15 lines
261 B
YAML
15 lines
261 B
YAML
#
|
|
# 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
|