mirror of https://github.com/zmkfirmware/zmk.git
22 lines
527 B
YAML
22 lines
527 B
YAML
# Copyright (c) 2025 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: |
|
|
Complete specification of wired split connection
|
|
|
|
compatible: "zmk,wired-split"
|
|
|
|
properties:
|
|
device:
|
|
type: phandle
|
|
required: true
|
|
description: The UART device for wired split communication
|
|
|
|
half-duplex:
|
|
type: boolean
|
|
description: "Experimental: Enable half-duplex protocol mode"
|
|
|
|
dir-gpios:
|
|
type: phandle-array
|
|
description: "Experimental: Set the communication direction. Used for RS-422 style comms."
|