Skip to content

Commit

Permalink
only macro on layer 0
Browse files Browse the repository at this point in the history
  • Loading branch information
SofusA committed Feb 14, 2024
1 parent 9fa9c0c commit 80f4ed6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/boards/shields/sweeple/sweeple.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -63,41 +63,49 @@
combo_aa {
timeout-ms = <30>;
key-positions = <17 18>;
layers = <0>;
bindings = <&kp LBKT>;
};
combo_ae {
timeout-ms = <30>;
key-positions = <7 8>;
layers = <0>;
bindings = <&kp SEMI>;
};
combo_ao {
timeout-ms = <30>;
key-positions = <27 28>;
layers = <0>;
bindings = <&kp SQT>;
};
combo_x {
timeout-ms = <30>;
key-positions = <11 12>;
layers = <0>;
bindings = <&kp X>;
};
combo_q {
timeout-ms = <30>;
key-positions = <10 12>;
layers = <0>;
bindings = <&kp Q>;
};
combo_enter {
timeout-ms = <30>;
key-positions = <16 17>;
layers = <0>;
bindings = <&kp ENTER>;
};
combo_tab {
timeout-ms = <30>;
key-positions = <13 12>;
layers = <0>;
bindings = <&kp TAB>;
};
combo_delete {
timeout-ms = <30>;
key-positions = <26 27>;
layers = <0>;
bindings = <&kp DEL>;
};
};
Expand Down

0 comments on commit 80f4ed6

Please sign in to comment.