d1ad34761a
* Shorten the soft off node in order for it to work across splits.
16 lines
300 B
Plaintext
16 lines
300 B
Plaintext
/*
|
|
* Copyright (c) 2023 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/ {
|
|
behaviors {
|
|
/omit-if-no-ref/ soft_off: z_so_off {
|
|
compatible = "zmk,behavior-soft-off";
|
|
#binding-cells = <0>;
|
|
split-peripheral-off-on-press;
|
|
};
|
|
};
|
|
};
|