* New soft-off behavior that can be used to force the device into soft-off state with only certain configured wakeup devices.
14 lines
348 B
YAML
14 lines
348 B
YAML
# Copyright (c) 2023 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Soft-Off Behavior
|
|
|
|
compatible: "zmk,behavior-soft-off"
|
|
|
|
include: zero_param.yaml
|
|
|
|
properties:
|
|
hold-time-ms:
|
|
type: int
|
|
required: false
|
|
description: Number of milliseconds the behavior must be held before releasing will actually trigger a soft-off.
|