mirror of https://github.com/zmkfirmware/zmk.git
22 lines
397 B
YAML
22 lines
397 B
YAML
description: |
|
|
Allows defining a mock keyboard scan driver that simulates periodic events.
|
|
|
|
compatible: "zmk,kscan-mock"
|
|
|
|
properties:
|
|
label:
|
|
type: string
|
|
required: false
|
|
deprecated: true
|
|
event-period:
|
|
type: int
|
|
description: Milliseconds between each generated event
|
|
events:
|
|
type: array
|
|
rows:
|
|
type: int
|
|
columns:
|
|
type: int
|
|
exit-after:
|
|
type: boolean
|