Skip to content

Commit

Permalink
Added combo to unlock studio
Browse files Browse the repository at this point in the history
  • Loading branch information
tannakartikey committed Dec 16, 2024
1 parent 6221a76 commit eedf6c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/boards/shields/corny/corny.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
#define HRMR(k1,k2,k3,k4) &ht RSHIFT k1 &ht RCTRL k2 &ht LALT k3 &ht RGUI k4

/ {

combos {
compatible = "zmk,combos";
combo_studio_unlock {
timeout-ms = <50>;
key-positions = <0 1>;
bindings = <&studio_unlock>;
};
};

behaviors {
rpi: require_prior_idle {
compatible = "zmk,behavior-hold-tap";
Expand Down

0 comments on commit eedf6c9

Please sign in to comment.