Skip to content

Commit

Permalink
Add TAB combo
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored and github-actions[bot] committed Jul 14, 2024
1 parent 958b33f commit c0f4e7e
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 6 deletions.
1 change: 1 addition & 0 deletions config/keymap/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
COMBO(ret, &kp RET, LM2 LM1, DEF, COMBO_TERM_MID)
COMBO(bspc, &bspc_del, LB2 LB1, DEF, COMBO_TERM_MID)
COMBO(int, &sl INT, LT3 LT1, DEF, COMBO_TERM_SLOW)
COMBO(tab, &kp TAB, LM3 LM1, DEF, COMBO_TERM_SLOW)

COMBO(qe, &qexcl, RB2 RB3, DEF, COMBO_TERM_MID)
COMBO(under, &kp DE_UNDER, RB1 RB2, DEF, COMBO_TERM_MID)
Expand Down
2 changes: 2 additions & 0 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ parse_config:
draw_separate: true
combo_brc:
draw_separate: true
combo_tab:
draw_separate: true

zmk_keycode_map:
LALT: ALT
Expand Down
135 changes: 132 additions & 3 deletions keymap-drawer/rommana.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions keymap-drawer/rommana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ combos:
k: {t: INT, h: '$$mdi:circle-small$$'}
l: [DEF]
draw_separate: true
- p: [11, 13]
k: $$mdi:keyboard-tab$$
l: [DEF]
draw_separate: true
- p: [24, 25]
k: {t: '?', s: '!'}
l: [DEF]
Expand Down
151 changes: 148 additions & 3 deletions keymap-drawer/sweep.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions keymap-drawer/sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ combos:
k: {t: INT, h: '$$mdi:circle-small$$'}
l: [DEF]
draw_separate: true
- p: [11, 13]
k: $$mdi:keyboard-tab$$
l: [DEF]
draw_separate: true
- p: [27, 28]
k: {t: '?', s: '!'}
l: [DEF]
Expand Down

0 comments on commit c0f4e7e

Please sign in to comment.