Skip to content

Commit

Permalink
feat: add nav toggle combo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Sep 6, 2024
1 parent efccb81 commit 8ad5f4d
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 21 deletions.
3 changes: 3 additions & 0 deletions behaviors/combos_34.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ ZMK_COMBO(ergol_qwerty_34, &to QWE, LH0 RH0, ERG)

// QWERTY -> Ergo-L - Outer thumbs, active on QWERTY
ZMK_COMBO(qwerty_ergol_34, &to ERG, LH1 RH1, QWE)

// NAV Toggle - Left thumbs, active on all alpha layers & NAV
ZMK_COMBO(nav_toggle_34, &tog NAV, LH0 LH1, QWE COL ERG NAV)
3 changes: 3 additions & 0 deletions behaviors/combos_36.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ ZMK_COMBO(ergol_qwerty, &to QWE, LH0 RH0, ERG)

// QWERTY -> Ergo-L - Outer thumbs, active on QWERTY
ZMK_COMBO(qwerty_ergol, &to ERG, LH1 RH1, QWE)

// NAV Toggle - Left thumbs, active on all alpha layers & NAV
ZMK_COMBO(nav_toggle, &tog NAV, LH0 LH1, QWE COL ERG NAV)
64 changes: 44 additions & 20 deletions images/keymaps/urchin_keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,8 @@ parse_config:
"&out OUT_TOG": '$$output-toggle$$',
"&kp SAPOS": "'",
"&kp DAPOS": '"',
"&soft_off": "$$mdi:power-standby$$"
"&soft_off": "$$mdi:power-standby$$",
"&tog NAV": "NAV"
}
sticky_label: sticky
toggle_label: toggle
Expand Down Expand Up @@ -712,6 +713,12 @@ parse_config:
combo_tab_34:
align: "bottom"
offset: 0.3
combo_nav_toggle:
align: "bottom"
offset: 0.3
combo_nav_toggle_34:
align: "bottom"
offset: 0.3
combo_rightclick:
align: "top"
offset: -0.7
Expand Down
5 changes: 5 additions & 0 deletions keymap-drawer/urchin_keymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,11 @@ combos:
l: [QWERTY]
a: top
o: 0.1
- p: [31, 30]
k: NAV
l: [QWERTY, Colemak, Ergo-L, Navigation]
a: bottom
o: 0.3
- p: [3, 2]
k: $$material:left_click$$
l: [QWERTY, Colemak, Ergo-L]
Expand Down

0 comments on commit 8ad5f4d

Please sign in to comment.