fix: shortening keymap_soft_off behavior node
* Shorten the soft off node in order for it to work across splits.
This commit is contained in:
parent
0d3a4b7bbb
commit
d1ad34761a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
behaviors {
|
behaviors {
|
||||||
/omit-if-no-ref/ soft_off: keymap_soft_off {
|
/omit-if-no-ref/ soft_off: z_so_off {
|
||||||
compatible = "zmk,behavior-soft-off";
|
compatible = "zmk,behavior-soft-off";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
split-peripheral-off-on-press;
|
split-peripheral-off-on-press;
|
||||||
|
|
Loading…
Add table
Reference in a new issue