Skip to content

Commit

Permalink
smart shift
Browse files Browse the repository at this point in the history
noaduck committed Dec 8, 2024
1 parent 0fc5587 commit be51468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
#define _x_ &none

// tap: sticky-shift | shift + tap/ double-tap: caps-word | hold: shift
ZMK_MOD_MORPH(smart_shft,
ZMK_MOD_MORPH(smart_shift,
bindings = <&sk LSHFT>, <&caps_word>;
mods = <(MOD_LSFT)>;
)
@@ -102,7 +102,7 @@ ZMK_BEHAVIOR(hmr_s, hold_tap,
};
jk_colon_combo {
timeout-ms = <50>; // Adjust as needed
bindings = <&kp LSHIFT>; // Action: Backspace
bindings = <&kp smart_shift>; // Action: Backspace
key-positions = <12 13>;
layers = < BASE >;
};

0 comments on commit be51468

Please sign in to comment.