Skip to content

Commit

Permalink
Fixing window switcher and tilded n
Browse files Browse the repository at this point in the history
  • Loading branch information
codetreras committed Dec 30, 2024
1 parent 335ed24 commit 08e9b74
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions boards/shields/temper/temper.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
#binding-cells = <0>;
wait-ms = <10>;
bindings
= <&kp TILDE>
, <&kp N>;
= <&macro_press &kp TILDE>
, <&macro_tap N>
, <&macro_release &kp TILDE>
;
};
switch_app: switch_app {
compatible = "zmk,behavior-macro";
Expand All @@ -46,7 +48,7 @@
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI>
, <&kp GRAVE>
, <&macro_tap &kp GRAVE>
, <&macro_release &kp LGUI>
;
};
Expand Down

0 comments on commit 08e9b74

Please sign in to comment.