File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -357,16 +357,16 @@ behaviors {
357
357
layers = <DFT NAV NUM SYM>;
358
358
};
359
359
360
- combo3_left_lhs {
360
+ combo3_up_lhs {
361
361
timeout-ms = <50>;
362
362
key-positions = <20 21 22>;
363
- bindings = <&kp LEFT >;
363
+ bindings = <&kp UP >;
364
364
layers = <DFT NAV NUM SYM>;
365
365
};
366
- combo3_right_lhs {
366
+ combo3_down_lhs {
367
367
timeout-ms = <50>;
368
368
key-positions = <21 22 23>;
369
- bindings = <&kp RIGHT >;
369
+ bindings = <&kp DOWN >;
370
370
layers = <DFT NAV NUM SYM>;
371
371
};
372
372
combo3_pgdn_lhs {
@@ -604,16 +604,16 @@ behaviors {
604
604
bindings = <&kp PGDN>;
605
605
layers = <DFT NAV NUM SYM>;
606
606
};
607
- combo3_up_rhs {
607
+ combo3_left_rhs {
608
608
timeout-ms = <50>;
609
609
key-positions = <26 27 28>;
610
- bindings = <&kp UP >;
610
+ bindings = <&kp LEFT >;
611
611
layers = <DFT NAV NUM SYM>;
612
612
};
613
- combo3_down_rhs {
613
+ combo3_right_rhs {
614
614
timeout-ms = <50>;
615
615
key-positions = <27 28 29>;
616
- bindings = <&kp DOWN >;
616
+ bindings = <&kp RIGHT >;
617
617
layers = <DFT NAV NUM SYM>;
618
618
};
619
619
You can’t perform that action at this time.
0 commit comments