mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-30 19:33:20 +02:00
d1ad34761a
* Shorten the soft off node in order for it to work across splits.
16 lines
300 B
Devicetree
16 lines
300 B
Devicetree
/*
|
|
* 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;
|
|
};
|
|
};
|
|
};
|