summaryrefslogtreecommitdiff
path: root/app/dts/bindings/zmk,kscan-mock.yaml
blob: f9d83fa7e89d14b96042529d53991f1f738cde2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
description: |
  Allows defining a mock keyboard scan driver that simulates periodic events.

compatible: "zmk,kscan-mock"

properties:
  label:
    type: string
  event-period:
    type: int
    description: Milliseconds between each generated event
  events:
    type: array
  rows:
    type: int
  columns:
    type: int
  exit-after:
    type: boolean