blob: 41dd5b81776a1fbe18bd3014fbdadf5c3c71b30f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|