Skip to content

Commit

Permalink
fix: moved tab to bottow row pinky, nav and num layers
Browse files Browse the repository at this point in the history
  • Loading branch information
bsag committed Mar 2, 2024
1 parent 65c3c53 commit d5d2661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:
uses: urob/zmk/.github/workflows/build-user-config.yml@build-with-submodules
uses: urob/zmk/.github/workflows/build-user-config.yml
6 changes: 3 additions & 3 deletions config/totem.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ ZMK_BEHAVIOR(dot_inner_morph, mod_morph,
bindings = <
___ ___ ___ ___ ___ ___ &kp HOME &kp UP &kp END &kp PAGE_UP
&kp LCTRL &kp LALT &kp LGUI &kp LSHFT ___ ___ &kp LEFT &kp DOWN &kp RIGHT &kp PAGE_DOWN
BACK ___ ___ &kp MEH &kp HYP ___ ___ PWIN ___ NWIN ___ FWD
&kp TAB ___ ___ &kp RET &kp BSPC &kp DEL
BACK &kp TAB ___ &kp MEH &kp HYP ___ ___ PWIN ___ NWIN ___ FWD
___ ___ ___ &kp RET &kp BSPC &kp DEL
>;
};
num_layer {
bindings = <
&kp PLUS &kp N7 &kp N8 &kp N9 &kp STAR ___ ___ ___ ___ ___
&kp N0 &kp N4 &kp N5 &kp N6 &kp EQUAL ___ &kp LSHFT &kp LGUI &kp LALT &kp LCTRL
&kp LPAR &kp MINUS &kp N1 &kp N2 &kp N3 &kp FSLH ___ &kp HYP &kp MEH ___ ___ &kp RPAR
&kp LPAR &kp MINUS &kp N1 &kp N2 &kp N3 &kp FSLH ___ &kp HYP &kp MEH ___ &kp TAB &kp RPAR
___ &kp DOT &kp COLON ___ ___ ___
>;
};
Expand Down

0 comments on commit d5d2661

Please sign in to comment.