You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
356 B
19 lines
356 B
# Copyright (c) 2020 The ZMK Contributors |
|
# SPDX-License-Identifier: MIT |
|
|
|
description: Sensor rotate key press/release behavior |
|
|
|
compatible: "zmk,behavior-sensor-rotate-key-press" |
|
|
|
properties: |
|
label: |
|
type: string |
|
required: true |
|
"#sensor-binding-cells": |
|
type: int |
|
required: true |
|
const: 2 |
|
|
|
sensor-binding-cells: |
|
- param1 |
|
- param2
|
|
|