Skip to content

Commit 097eb7e

Browse files
add dash and underscore combos
1 parent b7d1cd9 commit 097eb7e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

config/corne.keymap

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,21 @@
6868
bindings = <&kp DELETE>;
6969
key-positions = <10 9>;
7070
};
71+
72+
underscore {
73+
bindings = <&kp UNDER>;
74+
key-positions = <7 8>;
75+
};
76+
77+
dash {
78+
bindings = <&kp MINUS>;
79+
key-positions = <4 3>;
80+
};
81+
82+
em-dash {
83+
bindings = <&emdsh>;
84+
key-positions = <2 3 4>;
85+
};
7186
};
7287

7388
macros {
@@ -78,6 +93,16 @@
7893

7994
label = "ARROW_FUNC";
8095
};
96+
97+
emdsh: emdsh {
98+
compatible = "zmk,behavior-macro";
99+
#binding-cells = <0>;
100+
bindings =
101+
<&kp SPACE &kp MINUS &kp MINUS &kp SPACE>,
102+
<&macro_press>;
103+
104+
label = "EMDSH";
105+
};
81106
};
82107

83108
behaviors {

0 commit comments

Comments
 (0)