mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-16 18:16:56 -05:00
18 lines
333 B
YAML
18 lines
333 B
YAML
description: |
|
|
Sensor driver for the Alps en11 rotary encoder
|
|
|
|
compatible: "alps,en11"
|
|
|
|
properties:
|
|
label:
|
|
type: string
|
|
required: true
|
|
a-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: A pin for the encoder
|
|
b-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: A pin for the encoder
|