Skip to content

Commit

Permalink
update wording for base or extra combo
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo authored and github-actions[bot] committed Aug 16, 2024
1 parent be78b65 commit c2d6562
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/draw_keymaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
, "&HSplit": "HSPLIT"
, "&VSplit": "VSPLIT"
, "&caps_word": "CAPS WORD"
, "&td_bore": "L_BASE L_EXTRA"
}
run: |
get_args() {
Expand Down
4 changes: 2 additions & 2 deletions config/charybdis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
tapping-term-ms = <200>;
};

td_bora: BASE_or_EXTRA {
td_bore: BASE_or_EXTRA {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
bindings = <&mo 6>, <&to 0>;
Expand All @@ -64,7 +64,7 @@
};

BASE_or_EXTRAS {
bindings = <&td_bora>;
bindings = <&td_bore>;
key-positions = <38 39>;
};
};
Expand Down
40 changes: 30 additions & 10 deletions keymap-drawer/charybdis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion keymap-drawer/charybdis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,4 @@ combos:
- p: [17, 18]
k: CAPS WORD
- p: [38, 39]
k: '&td_bora'
k: L_BASE L_EXTRA

0 comments on commit c2d6562

Please sign in to comment.