93635077e6
* Implement "momentary layer" behavior with `&mo` reference. * Implement basic "transparent" behavior with `&trans` reference.
9 lines
150 B
Text
9 lines
150 B
Text
/ {
|
|
behaviors {
|
|
trans: behavior_transparent {
|
|
compatible = "zmk,behavior-transparent";
|
|
label = "TRANS";
|
|
#binding-cells = <0>;
|
|
};
|
|
};
|
|
};
|