Skip to content

Commit

Permalink
combos
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed Jun 6, 2024
1 parent f1c297a commit 5c0473a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions config/boards/shields/ergoalex/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
COMBO(nav_ret, &clh NAV RET, NAV_KEY 13, SLOW_TAP, SLOW_IDLE)
COMBO(nav_bspc, &clh NAV BSPC, NAV_KEY 12, SLOW_TAP, SLOW_IDLE)
COMBO(nav_tab, &clh NAV TAB, NAV_KEY 23, SLOW_TAP, SLOW_IDLE)

COMBO(nav_tab, &clh NAV ESC, NAV_KEY 0, SLOW_TAP, SLOW_IDLE)
COMBO(nav_tab, &clh NAV LG(X), NAV_KEY 1, SLOW_TAP, SLOW_IDLE)
COMBO(nav_tab, &clh NAV LG(C), NAV_KEY 2, SLOW_TAP, SLOW_IDLE)
COMBO(nav_tab, &clh NAV LG(V), NAV_KEY 3, SLOW_TAP, SLOW_IDLE)

//fast double quotes
COMBO(double_quote, &kp DQT, 19 20, SLOW_TAP, SLOW_IDLE)
Expand Down
10 changes: 5 additions & 5 deletions config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@

default_layer {
bindings = <
&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
&sys SYS LG(SPACE) &kp SPACE &mo NAV &mo SYS
&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
&sys SYS LG(LS(N4)) &kp SPACE &mo NAV &mo SYS
>;
};

Expand All @@ -92,7 +92,7 @@
bindings = <
&kp ESC &kp LG(X) &kp LG(C) &kp LG(V) &kp LG(FSLH) &kp PG_UP &kp LA(LEFT) &kp UP &kp LA(RIGHT) ___
&kp LSHFT XXX &kp BSPC &kp RET ___ &kp LG(LEFT) &kp LEFT &kp DOWN &kp RIGHT &kp LG(RIGHT)
XXX XXX XXX &kp TAB &kp LG(LS(N4)) &kp PG_DN ___ ___ ___ ___
XXX XXX XXX &kp TAB ___ &kp PG_DN ___ ___ ___ ___
___ ___ ___ ___
>;
};
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ If you are here for the combo-layer hybrid implementation, jump to [keymap](http
│ __ __ __ tab __ │ │ pdn __ __ __ __ │
╰───────────╮ __ __ │ │ XX __ ╭───────────╯
╰─────────╯ ╰────────╯
XX = modifer
cmt = code comment
```

0 comments on commit 5c0473a

Please sign in to comment.