Skip to content

Commit

Permalink
add combo for tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jan 10, 2025
1 parent 31e201e commit 898550b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/shields/chuck/one_up_chuck.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
layers = <0>;
};

combo_tab {
key-positions = <9 10 11>;
bindings = <&kp TAB>;
layers = <0>;
};

combo_backspace {
key-positions = <4 5 6>;
bindings = <&kp BSPC>;
Expand Down
2 changes: 2 additions & 0 deletions keymap_drawer.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ parse_config:
zmk_combos:
combo_esc:
align: top
combo_tab:
align: top
combo_backspace:
align: top
combo_return:
Expand Down

0 comments on commit 898550b

Please sign in to comment.