Skip to content

Commit

Permalink
emojis and sleep maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
olgam4 committed May 19, 2024
1 parent af58a54 commit a34b13f
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions config/boards/shields/ponyta/ponyta.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,24 @@
, <&macro_tap &kp Q &kp U &kp E &kp B &kp E &kp C>
;
};
emojis: emojis {
compatible = "zmk,behavior-macro";
wait-ms = <5>;
tap-ms = <5>;
#binding-cells = <0>;
bindings
= <&macro_tap &kp GLOBE &kp E>
;
};
sleep: sleep {
compatible = "zmk,behavior-macro";
wait-ms = <5>;
tap-ms = <5>;
#binding-cells = <0>;
bindings
= <&macro_tap &kp LGUI &kp LCTRL &kp Q>
;
};
};
behaviors {
as: auto_shift {
Expand Down Expand Up @@ -122,7 +140,7 @@
#binding-cells = <2>;
tapping-term-ms = <200>;
quick-tap-ms = <QUICK_TAP_MS>;
bindings = <&mo>, <&mo>;
bindings = <&sl>, <&mo>;
};
};
keymap {
Expand Down Expand Up @@ -150,7 +168,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp Z &kp X &kp C &kp D &kp V &kp K &kp H &com_semi &dot_col &q_scream
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴-────────────╯
&kp RET &mo 0 &kp ESC &kp SPACE &mo SYM &bs_del
&kp RET &mo 0 &kp ESC &kp SPACE ACCENT_SYM &bs_del
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
Expand All @@ -163,7 +181,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &none &none &none &none &none
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴-────────────╯
&none &none &none &none &none &none
&emojis &sleep &none &none &none &none
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
Expand Down

0 comments on commit a34b13f

Please sign in to comment.