Skip to content

Commit

Permalink
right hand space
Browse files Browse the repository at this point in the history
  • Loading branch information
timhansinger committed Apr 3, 2024
1 parent 3208548 commit 5f0274b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ ZMK_LAYER(base,
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
X_LB UNDO_Z CUT_X COPY_C PASTE_V &kp B X_MB &kp N &kp M &comma_morph &dot_morph &qexcl X_RB
//├──────┤ ╰─────────────┼─────────────┴─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┴───────────────────────────╯ ├──────┤
X_LH &kp_kp LCTRL ESC &lt_spc SYM 0 X_MH &kp LSHIFT &lt_sk FN HYP X_RH
// X_LH &kp_kp LCTRL ESC &lt_spc SYM 0 X_MH &kp LSHIFT &lt_sk FN HYP X_RH
X_LH &kp_kp LCTRL ESC &lt_spc SYM 0 X_MH &kp LSHIFT &lt_spc FN 0 X_RH
//╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/zmk_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ while [[ $# -gt 0 ]]; do
done

# Set defaults
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.2"
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.5"
[[ -z $RUNWITH_DOCKER ]] && RUNWITH_DOCKER="true"

[[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$WINHOME/Downloads"
Expand Down
2 changes: 1 addition & 1 deletion scripts/zmk_run_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while [[ $# -gt 0 ]]; do
done

# Set defaults
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.0"
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.5"

[[ -z $HOST_ZMK_DIR ]] && HOST_ZMK_DIR="$HOME/zmk"
[[ -z $HOST_CONFIG_DIR ]] && HOST_CONFIG_DIR="$HOME/zmk-config"
Expand Down

0 comments on commit 5f0274b

Please sign in to comment.