Skip to content

Commit

Permalink
add combo_shift_tab
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Oct 15, 2023
1 parent a87e95b commit cf92704
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/arkenswoop.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
combo_tab {
bindings = <&kp TAB>;
key-positions = <1 2 3>;
layers = <0 1 2 4 3>;
layers = <0 1 2 4>;
timeout-ms = <85>;
};

Expand Down Expand Up @@ -276,6 +276,13 @@
key-positions = <15 16>;
layers = <2>;
};

combo_shift_tab {
bindings = <&kp LS(TAB)>;
key-positions = <1 2 3>;
timeout-ms = <85>;
layers = <3>;
};
};

macros {
Expand Down

0 comments on commit cf92704

Please sign in to comment.