Skip to content

Commit

Permalink
switch keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
AW3i committed Jan 5, 2025
1 parent 05aaa5a commit 9231608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ ZMK_LAYER(base,
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
X_LB &kp Z &kp X &kp C &kp V &kp B X_MB &kp N &kp M &kp COMMA &kp DOT &kp FSLH X_RB
//├──────┤ ╰─────────────┼─────────────┴─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┴───────────────────────────╯ ├──────┤
X_LH &lt FN TAB &lt_spc NUM 0 X_MH &lt NAV RET NAV_BSPC X_RH
X_LH &lt FN TAB &dot_spc NUM 0 X_MH &lt NAV RET NAV_BSPC X_RH
//╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯
)

Expand Down
6 changes: 3 additions & 3 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
#define X_LT &kp GRAVE // left row, up
#define X_LM &kp LCTRL // left row, middle
#define X_LB &kp LSHFT // left row, bottom
#define X_LH &kp LGUI // thumb row, left
#define X_LH &smart_num // thumb row, left

#define X_RT &kp LGUI // right row, up
#define X_RT &copy_cut // right row, up
#define X_RM &kp SQT // thumb row, middl
#define X_RB &leader_sft // thumb row, bottom
#define X_RH &leader // thumb row, right
#define X_RH &smart_shft // thumb row, right

/* activate bluetooth */
#define CONFIG_WIRELESS 1
Expand Down

0 comments on commit 9231608

Please sign in to comment.