blob: ddb4b3deb9b59c3a2babc8bee30d29fe17754cdf (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | # Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
description: |
  Generic driver for controlling the external power output
  by toggling the control-gpio pin status
  (Only in supported hardware)
compatible: "zmk,ext-power-generic"
properties:
  control-gpios:
    type: phandle-array
    required: true
  label:
    type: string
    required: true
  init-delay-ms:
    type: int
    description: Number of milliseconds to delay after initializing driver
    required: false
 |