Skip to content

Commit

Permalink
tab layer
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed Aug 24, 2024
1 parent 7137507 commit 36e737d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/boards/shields/ergoalex/ergoalex.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#define SPR 5
#define NUM 6
#define SYS 7
#define TABNAV 8

#define TAP 280
#define IDLE 200
Expand Down Expand Up @@ -80,7 +81,7 @@
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <XXX>, <&to WIN>;
bindings = <&mo TABNAV>, <&to WIN>;
};
mac: macos {
compatible = "zmk,behavior-tap-dance";
Expand Down Expand Up @@ -174,11 +175,11 @@
>;
};

tabs_layer {
tab_layer {
bindings = <
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___ ___ ___ ___ ___ ___ LG(LS(PG_UP)) ___ LG(LS(PG_DN)) ___
___ ___ ___ ___ ___ ___ &kp LC(LS(PG_UP)) ___ &kp LC(LS(PG_DN)) ___
___ ___ ___ ___ ___ ___ &kp LG(LS(PG_UP)) ___ &kp LG(LS(PG_DN)) ___
___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___ ___ ___ ___ ___ ___
>;
Expand Down

0 comments on commit 36e737d

Please sign in to comment.