forked from kofal.net/zmk
Initial behavior for key presses on encoder rotate
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Copyright (c) 2020, Pete Johanson
|
||||
# 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
|
||||
usage_page:
|
||||
type: int
|
||||
default: 0
|
||||
|
||||
sensor-binding-cells:
|
||||
- param1
|
||||
- param2
|
||||
Reference in New Issue
Block a user