Skip to content

Commit

Permalink
fix: remove sticky shift to avoid shift+mouse issues
Browse files Browse the repository at this point in the history
  • Loading branch information
raeedcho committed Nov 3, 2023
1 parent 1721098 commit 0473968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/shields/temper/temper.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
compatible = "zmk,behavior-mod-morph";
label = "SMART_SHIFT";
#binding-cells = <0>;
bindings = <&sk LSHFT>, <&caps_word>;
bindings = <&kp LSHFT>, <&caps_word>;
mods = <(MOD_LSFT)>;
};
comma_semi: comma_semi {
Expand Down Expand Up @@ -121,9 +121,9 @@
nav_layer {
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp TAB &kp K_MUTE &kp C_VOL_DN &kp C_VOL_UP &trans &trans &kp HOME &kp END &trans &trans
&trans &kp K_MUTE &kp C_VOL_DN &kp C_VOL_UP &trans &trans &kp HOME &kp END &trans &trans
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&sk LSHFT &sk LCTRL &sk LALT &sk LGUI &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp ESC
&sk LSHFT &sk LCTRL &sk LALT &sk LGUI &kp TAB &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp ESC
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&trans &kp C_PREV &kp C_PP &kp C_NEXT &trans &trans &kp RET &trans &trans &trans
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴─────────────╯
Expand Down

0 comments on commit 0473968

Please sign in to comment.