2020-05-25 08:22:16 +10:00
|
|
|
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
|
2020-08-29 06:21:31 +10:00
|
|
|
exit-after:
|
|
|
|
type: boolean
|