Skip to content

Commit

Permalink
fix: reintroduce soft-off as direct keybinds on urchin
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 15, 2024
1 parent bc57477 commit 3a31f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ZMK_LAYER(ErgoAcc,

ZMK_LAYER(Symbols,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
&kp HASH &kp AT &kp LBRAC &kp RBRAC &kp PLUS XXX &kp TILDS &GRA &kp DLLR XXX
&kp HASH &kp AT &kp LBRAC &kp RBRAC &kp PLUS XXX &kp TILDS &GRA &kp DLLR &soft_off
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&slsh_bslsh &dash_tilde &kp LPAR &hml SL RPAR &kp EQUAL &CAR &kp QUEST &kp EXCL &kp AMPS &kp PIP
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand All @@ -105,7 +105,7 @@ ZMK_LAYER(Symbols,

ZMK_LAYER(Nav,
// ╭───────────┬───────────┬───────────┬────────────┬────────────╮ ╭───────────┬─────────────┬─────────────┬────────────┬────────────╮
XXX &out OUT_TOG XXX XXX &bt BT_CLR XXX XXX XXX XXX XXX
&soft_off &out OUT_TOG XXX XXX &bt BT_CLR XXX XXX XXX XXX XXX
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&sk LGUI &kp C_PREV &kp C_PP &kp C_NEXT XXX &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp INS
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
Expand Down

0 comments on commit 3a31f64

Please sign in to comment.