running prettier

This commit is contained in:
GermanG 2024-05-09 13:38:09 +02:00
parent cf19a5fdfa
commit 38860ad9ad

View file

@ -49,7 +49,7 @@ If you want to disable this functionality, you can create a behavior, for exampl
behaviors { behaviors {
soff: soft_off { soff: soft_off {
compatible = "zmk,behavior-soft-off"; compatible = "zmk,behavior-soft-off";
#binding-cells = <0>;s #binding-cells = <0>;s
hold-time-ms = <5000>; // Only turn off if the key is held for 5 seconds or longer. hold-time-ms = <5000>; // Only turn off if the key is held for 5 seconds or longer.
}; };
}; };