Skip to content

Commit

Permalink
dactyl
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed Jul 18, 2024
1 parent a08e509 commit ca06742
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#define SPL 2
#define SPR 3
#define SYS 4
#define WIN 5
#define NAVWIN 6

#define TAP 280
#define IDLE 200
Expand Down Expand Up @@ -84,12 +86,9 @@
&colon &kp COMMA &kp DOT &kp P &kp Y &kp F &kp G &kp C &kp R &kp L
&sft LSHFT A &hl LMETA O &kp E &hl LALT U &hl LCTRL I &hr RCTRL D &hr RALT H &kp T &hr RMETA N &sft RSHFT S
&kp SQT &kp Q &kp J &kp K &kp X &kp B &kp M &kp W &kp V &kp Z
&kp SPACE &mo SPR &sys SYS LG(LS(N4)) &mo SYS &mo SPL &mo NAV
&kp SPACE &mo SPR &sys SYS LG(LS(N4)) &mo SYS &to WIN &mo NAV
>;
};




nav_layer {
bindings = <
Expand Down Expand Up @@ -131,6 +130,26 @@
>;
};

win_layer {
bindings = <
&kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0
&colon &kp COMMA &kp DOT &kp P &kp Y &kp F &kp G &kp C &kp R &kp L
&sft LSHFT A &hl LMETA O &kp E &hl LALT U &hl LCTRL I &hr RCTRL D &hr RALT H &kp T &hr RMETA N &sft RSHFT S
&kp SQT &kp Q &kp J &kp K &kp X &kp B &kp M &kp W &kp V &kp Z
&kp SPACE &mo SPR &sys SYS LG(LS(N4)) &mo SYS &to DEF &mo NAVWIN
>;
};

nav_layer_win {
bindings = <
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
&kp ESC &kp LC(X) &kp LC(C) &kp LC(V) &kp LC(FSLH) &kp PG_UP &kp LC(LS(LEFT)) &kp UP &kp LC(LS(RIGHT)) ___
&kp LSHFT XXX &kp BSPC &kp RET ___ &kp HOME &kp LEFT &kp DOWN &kp RIGHT &kp END
XXX XXX XXX &kp TAB ___ &kp PG_DN ___ ___ ___ ___
___ ___ ___ ___ ___ ___
>;
};

blank_layer {
bindings = <
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
Expand Down

0 comments on commit ca06742

Please sign in to comment.