mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-20 08:55:06 +00:00
10 lines
369 B
YAML
10 lines
369 B
YAML
description: ESP32 USB device-mode HID class driver (present the board as a USB HID peripheral, e.g. a keyboard, to a host). Requires CONFIG_TINYUSB_HID_COUNT > 0.
|
|
|
|
compatible: "espressif,esp32-usbdevice-hid"
|
|
|
|
properties:
|
|
_unused:
|
|
type: int
|
|
default: 0
|
|
description: Placeholder required by the binding schema; this driver has no device-tree configuration.
|