Add a specefic enter key for shift enter

This commit is contained in:
2024-04-15 23:59:45 +02:00
parent b0adb35cd4
commit f82683670c

View File

@@ -55,7 +55,7 @@
left_tab: left_tab_morph {
compatible = "zmk,behavior-mod-morph";
#binding-cells = <0>;
bindings = <&none>, <&kp LEFT>;
bindings = <&kp ENTER>, <&kp LEFT>;
mods = <(MOD_LSFT|MOD_RSFT)>;
};
right_space: right_space_morph {