Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Oct 16, 2024
1 parent bd42e7b commit db4b3f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 2 &kp F2>;
label = "f2";
label = "F2";
};

f3: f3 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 1 &kp F3>;
label = "f3";
label = "F3";
};

f1: f1 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 0 &kp F1>;
label = "f1";
label = "F1";
};

f4: f4 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 0 &kp F4>;
label = "f4";
label = "F4";
};

#endif
Expand Down Expand Up @@ -153,7 +153,7 @@
bindings = <
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &none &mo 5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&kp TAB &kp Q &kp W &kp E &kp R &kp T &none &none &kp Y &kp U &kp I &kp O &kp P &kp BACKSLASH
&home_row LEFT_CONTROL ESCAPE &kp A &kp S &kp D &kp F &kp G &none &f2 &f4 &f3 &f1 &none &kp H &kp J &kp K &kp L &mo_tap 3 SEMICOLON &kp SQT
&home_row LEFT_CONTROL ESCAPE &kp A &kp S &kp D &kp F &kp G &none &f2 &f1 &f3 &f1 &none &kp H &kp J &kp K &kp L &mo_tap 3 SEMICOLON &kp SQT
&kp LEFT_SHIFT &kp Z &kp X &kp C &kp V &kp B &kp LEFT_ALT &kp LG(LA(LS(RIGHT_CONTROL))) &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RIGHT_SHIFT
&mo 3 &mo 4 &kp LEFT_ALT &kp LEFT &kp RIGHT &kp LEFT_GUI &kp BACKSPACE &mo 3 &mo 4 &kp ENTER &kp SPACE &kp UP &kp DOWN &kp LBKT &kp RBKT &mo 3
>;
Expand Down

0 comments on commit db4b3f2

Please sign in to comment.