Skip to content

Commit

Permalink
change combo
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored and github-actions[bot] committed Sep 8, 2024
1 parent a8f6a03 commit 7993628
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/keymap/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
COMBO(v, &kp V, LT3 LT2 , DEF, COMBO_TERM_MID)
COMBO(esc, &kp ESC, LM3 LM2 , DEF, COMBO_TERM_MID)
COMBO(ret, &kp RET, LM2 LM1 , DEF, COMBO_TERM_MID)
COMBO(bspc, &bspc_del, LB2 LB1 , DEF, COMBO_TERM_MID)
COMBO(bspc, &kp DEL, LB2 LB1 , DEF, COMBO_TERM_MID)
COMBO(int, &sl INT, LT3 LT2 LT1, DEF, COMBO_TERM_SLOW)
COMBO(tab, &kp TAB, LM3 LM2 LM1, DEF, COMBO_TERM_SLOW)

Expand Down
3 changes: 1 addition & 2 deletions keymap-drawer/akohekohe.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/akohekohe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ combos:
k: $$mdi:keyboard-return$$
l: [DEF]
- p: [19, 20]
k: {t: '$$mdi:backspace-outline$$', s: '$$mdi:backspace-reverse-outline$$'}
k: $$mdi:backspace-reverse-outline$$
l: [DEF]
- p: [0, 1, 2]
k: {t: INT, h: '$$mdi:circle-small$$'}
Expand Down
3 changes: 1 addition & 2 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.
2 changes: 1 addition & 1 deletion keymap-drawer/rommana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ combos:
k: $$mdi:keyboard-return$$
l: [DEF]
- p: [21, 22]
k: {t: '$$mdi:backspace-outline$$', s: '$$mdi:backspace-reverse-outline$$'}
k: $$mdi:backspace-reverse-outline$$
l: [DEF]
- p: [1, 2, 3]
k: {t: INT, h: '$$mdi:circle-small$$'}
Expand Down
3 changes: 1 addition & 2 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.
2 changes: 1 addition & 1 deletion keymap-drawer/sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ combos:
k: $$mdi:keyboard-return$$
l: [DEF]
- p: [22, 23]
k: {t: '$$mdi:backspace-outline$$', s: '$$mdi:backspace-reverse-outline$$'}
k: $$mdi:backspace-reverse-outline$$
l: [DEF]
- p: [1, 2, 3]
k: {t: INT, h: '$$mdi:circle-small$$'}
Expand Down

0 comments on commit 7993628

Please sign in to comment.