You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
324 B
18 lines
324 B
5 years ago
|
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
|