Skip to content

Commit

Permalink
record screen
Browse files Browse the repository at this point in the history
  • Loading branch information
olgam4 committed Jun 5, 2024
1 parent 206628b commit 83114cb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config/boards/shields/ponyta/ponyta.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@
, <&macro_release &kp LGUI &kp LSHFT &kp N4>
;
};
record: record {
compatible = "zmk,behavior-macro";
wait-ms = <5>;
tap-ms = <5>;
#binding-cells = <0>;
bindings
= <&macro_press &kp LGUI &kp LSHFT &kp N5>
, <&macro_release &kp LGUI &kp LSHFT &kp N5>
;
};
};
behaviors {
as: auto_shift {
Expand Down Expand Up @@ -234,7 +244,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&none &none &none &none &none &none &none &none &none &none
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴-────────────╯
&none &kp RET &screenshot &none &none &none
&record &kp RET &screenshot &none &none &none
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
Expand Down

0 comments on commit 83114cb

Please sign in to comment.