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.
20 lines
382 B
20 lines
382 B
# |
|
# 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 |
|
|
|
|