Skip to content

Commit 13ec19a

Browse files
committed
Fix combo layers
1 parent 9cbf4bc commit 13ec19a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/corne.keymap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,19 @@
4040
caps_word {
4141
bindings = <&caps_word>;
4242
key-positions = <17 18>;
43+
layers = <0>;
4344
};
4445

4546
esc {
4647
bindings = <&kp ESCAPE>;
4748
key-positions = <1 2>;
49+
layers = <0>;
4850
};
4951

5052
vol_up {
5153
bindings = <&kp C_VOLUME_UP>;
5254
key-positions = <11 23>;
55+
layers = <0>;
5356
};
5457

5558
combo_vol_down {

0 commit comments

Comments
 (0)