Skip to content

Commit 4e1bb88

Browse files
add combo to unlock zmk studio
1 parent ae868fa commit 4e1bb88

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

config/sofle.keymap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@
1515
#define RAISE 2
1616
#define ADJUST 3
1717

18+
/ {
19+
combos {
20+
compatible = "zmk,combos";
21+
combo_studio_unlock {
22+
timeout-ms = <50>;
23+
key-positions = <0 1>;
24+
bindings = <&studio_unlock>;
25+
};
26+
};
27+
};
28+
1829
/ {
1930

2031
// Activate ADJUST layer by pressing raise and lower

0 commit comments

Comments
 (0)