You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`rows`| int | The number of rows in the composite matrix ||
222
+
|`columns`| int | The number of columns in the composite matrix ||
223
223
224
224
The `zmk,kscan-composite` node should have one child node per keyboard scan driver that should be composited. Each child node can have the following properties:
|`event-period`| int | Milliseconds between each generated event ||
332
332
|`events`| array | List of key events to simulate ||
333
333
|`rows`| int | The number of rows in the composite matrix ||
334
-
|`cols`| int | The number of columns in the composite matrix ||
334
+
|`columns`| int | The number of columns in the composite matrix ||
335
335
|`exit-after`| bool | Exit the program after running all events | false |
336
336
337
337
The `events` array should be defined using the macros from [app/module/include/dt-bindings/zmk/kscan_mock.h](https://github.com/zmkfirmware/zmk/blob/main/app/module/include/dt-bindings/zmk/kscan_mock.h).
0 commit comments