Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yahia-saleh committed Jan 5, 2025
1 parent aab1c26 commit b11e265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
&none &none &none &none &none &none &tog 1 &trans &none &none &none &none &none &none
&none &none &none &none &none &none &none &trans &mac_redo &mac_paste &mac_copy &mac_undo &none &none
&none &trans &trans &trans &trans &none &none &trans &trans &trans &trans &none &kp LEFT &kp DOWN &kp UP &kp RIGHT &caps_word &kp DEL
&none &none &none &none &none &none &trans &trans &kp INS &kp HOME &kp PG_UP &kp PG_DN &kp END &mac_emoji
&trans &none &none &none &none &trans &trans &trans &trans &trans &trans &none &none &none &none &trans
&none &none &none &none &none &none &trans &trans &kp INS &kp HOME &kp PG_UP &kp PG_DN &kp END &mac_emoji
&trans &none &none &none &none &trans &trans &trans &trans &trans &trans &none &none &none &none &trans
>;
};
};
Expand Down
12 changes: 6 additions & 6 deletions config/includes/macos_macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ mac_redo: macos_redo {
bindings = <&kp LG(X)>;
};

mac_emoji: macos_emoji_picker {
compatible = "zmk,behavior-macro";
label = "MACOS_EMOJI_PICKER";
#binding-cells = <0>;
bindings = <&kp LC(LG(SPACE))>;
};
mac_emoji: macos_emoji_picker {
compatible = "zmk,behavior-macro";
label = "MACOS_EMOJI_PICKER";
#binding-cells = <0>;
bindings = <&kp LG(LC(SPACE))>;
};

0 comments on commit b11e265

Please sign in to comment.