Skip to content

Commit 2fdfcea

Browse files
add alt tab macro
1 parent 4e1bb88 commit 2fdfcea

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

config/sofle.keymap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@
2626
};
2727
};
2828

29+
/ {
30+
macros {
31+
alt_tab: alt_tab {
32+
compatible = "zmk,behavior-macro";
33+
#binding-cells = <0>;
34+
bindings
35+
= <&macro_press &kp LALT>
36+
, <&macro_tap &kp TAB>
37+
, <&macro_pause_for_release>
38+
, <&macro_release &kp LALT>
39+
;
40+
};
41+
};
42+
2943
/ {
3044

3145
// Activate ADJUST layer by pressing raise and lower

0 commit comments

Comments
 (0)