Skip to content

Commit

Permalink
Updated swoop.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Apr 6, 2023
1 parent d3ce72e commit 0bbfabe
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/swoop.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@
};
};

macros {
phone: phone {
compatible = "zmk,behavior-macro";
label = "PHONE";
#binding-cells = <0>;
bindings = <&kp N1 &kp N8 &kp N5 &kp N6 &kp N8 &kp N2 &kp N7 &kp N6 &kp N1 &kp N9 &kp N6>;
};
};

keymap {
compatible = "zmk,keymap";

Expand All @@ -94,7 +103,7 @@
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&gqt LGUI A &gqt LALT S &gqt LCTRL D &gqt LSHFT F &kp G &kp H &gqt RSHFT J &gqt RCTRL K &gqt RALT L &gqt RGUI SEMI
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH
&kp C_MUTE &lt 1 SPACE &tab_esc_ctrl &mt LSHIFT ENTER &ltq 2 BACKSPACE &kp C_RESET
&kp C_MUTE &lt 1 SPACE &tab_esc_ctrl &mt LSHIFT ENTER &ltq 2 BACKSPACE &phone
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp RIGHT LEFT>;
Expand Down

0 comments on commit 0bbfabe

Please sign in to comment.