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 edce8f8 commit df7e557
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,9 @@
#include "version.dtsi"
#ifndef VERSION_MACRO

chf2: chf2 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 2 &kp F2>;
label = "CHF2";
};

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

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

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

#endif

Expand Down Expand Up @@ -141,9 +117,6 @@
};
};

macros {
};

combos { compatible = "zmk,combos"; };

keymap {
Expand All @@ -153,7 +126,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 &chf2 &chf1 &chf3 &chf1 &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 &kp F2 &kp F4 &kp F3 &kp 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 df7e557

Please sign in to comment.