20 lines
390 B
Text
20 lines
390 B
Text
/ {
|
|
behaviors {
|
|
osk: behavior_one_shot_key {
|
|
compatible = "zmk,behavior-one-shot";
|
|
label = "ONE_SHOT_KEY";
|
|
#binding-cells = <1>;
|
|
release-after-ms = <1000>;
|
|
bindings = <&kp>;
|
|
};
|
|
osl: behavior_one_shot_layer {
|
|
compatible = "zmk,behavior-one-shot";
|
|
label = "ONE_SHOT_LAYER";
|
|
#binding-cells = <1>;
|
|
release-after-ms = <1000>;
|
|
bindings = <&mo>;
|
|
};
|
|
};
|
|
|
|
};
|
|
|