Skip to content

Commit

Permalink
Remaped NAV to move back button to home row
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Nov 5, 2024
1 parent 87f2b43 commit 9ec7adc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/cradio.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Name
CONFIG_ZMK_KEYBOARD_NAME="Black Sweep"
CONFIG_ZMK_KEYBOARD_NAME="Sweep"

# Sleep after 90 minutes
# Sleep after 60 minutes
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=5400000
CONFIG_ZMK_SLEEP=y

Expand Down
6 changes: 3 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@

NAV {
bindings = <
&kp TAB &swapper &kp LS(LC(TAB)) &kp LC(TAB) &kp LG(LBKT) &kp PG_UP &kp HOME &kp UP &kp END &kp BSPC
&sk LCTRL &sk LALT &sk LSHFT &sk LGUI &sk GLOBE &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp RET
&kp LG(Z) &kp LG(X) &kp LG(C) &kp LG(V) &kp LG(RBKT) &caps_word &playnp &vb_dn &vb_up &kp DEL
&kp TAB &swapper &kp LS(LC(TAB)) &kp LC(TAB) &kp LG(RBKT) &kp PG_UP &kp HOME &kp UP &kp END &kp BSPC
&sk LCTRL &sk LALT &sk LSHFT &sk LGUI &kp LG(LBKT) &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp RET
&kp LG(Z) &kp LG(X) &kp LG(C) &kp LG(V) &sk GLOBE &caps_word &playnp &vb_dn &vb_up &kp DEL
&trans &kp F18 &trans &trans
>;
};
Expand Down

0 comments on commit 9ec7adc

Please sign in to comment.