16 lines
331 B
YAML
16 lines
331 B
YAML
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: External power control Behavior
|
|
|
|
compatible: "zmk,behavior-ext-power"
|
|
|
|
include: one_param.yaml
|
|
|
|
properties:
|
|
power-domain:
|
|
required: false
|
|
type: phandle
|
|
description: |
|
|
|
|
Power domain the behavior should execute the action on.
|