Skip to content

Commit f98da74

Browse files
authored
Switches sides for combo3 arrow keys
1 parent 1fb9862 commit f98da74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/corneish_zen.keymap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -357,16 +357,16 @@ behaviors {
357357
layers = <DFT NAV NUM SYM>;
358358
};
359359

360-
combo3_left_lhs {
360+
combo3_up_lhs {
361361
timeout-ms = <50>;
362362
key-positions = <20 21 22>;
363-
bindings = <&kp LEFT>;
363+
bindings = <&kp UP>;
364364
layers = <DFT NAV NUM SYM>;
365365
};
366-
combo3_right_lhs {
366+
combo3_down_lhs {
367367
timeout-ms = <50>;
368368
key-positions = <21 22 23>;
369-
bindings = <&kp RIGHT>;
369+
bindings = <&kp DOWN>;
370370
layers = <DFT NAV NUM SYM>;
371371
};
372372
combo3_pgdn_lhs {
@@ -604,16 +604,16 @@ behaviors {
604604
bindings = <&kp PGDN>;
605605
layers = <DFT NAV NUM SYM>;
606606
};
607-
combo3_up_rhs {
607+
combo3_left_rhs {
608608
timeout-ms = <50>;
609609
key-positions = <26 27 28>;
610-
bindings = <&kp UP>;
610+
bindings = <&kp LEFT>;
611611
layers = <DFT NAV NUM SYM>;
612612
};
613-
combo3_down_rhs {
613+
combo3_right_rhs {
614614
timeout-ms = <50>;
615615
key-positions = <27 28 29>;
616-
bindings = <&kp DOWN>;
616+
bindings = <&kp RIGHT>;
617617
layers = <DFT NAV NUM SYM>;
618618
};
619619

0 commit comments

Comments
 (0)