Skip to content

Commit

Permalink
Updated keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
adv360proapp[bot] authored Dec 14, 2024
1 parent c2b4376 commit 2cb19e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &tog 1 &mo 3 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&trans &trans &trans &trans &trans &trans &none &none &trans &trans &trans &trans &trans &macro_printscreen
&trans &trans &trans &trans &trans &trans &none &trans &trans &trans &trans &none &trans &trans &trans &trans &trans &macro_csc
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &none
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &macro_csv
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>;
};
Expand Down
2 changes: 1 addition & 1 deletion config/keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"&kp F1", "&kp F2", "&kp F3", "&kp F4", "&kp F5", "&kp F6", "&tog 1", "&mo 3", "&kp F7", "&kp F8", "&kp F9", "&kp F10", "&kp F11", "&kp F12",
"&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&none", "&none", "&trans", "&trans", "&trans", "&trans", "&trans", "&macro_printscreen",
"&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&none", "&trans", "&trans", "&trans", "&trans", "&none", "&trans", "&trans", "&trans", "&trans", "&trans", "&macro_csc",
"&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&none",
"&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&macro_csv",
"&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans", "&trans"
], [
"&none", "&bt BT_SEL 0", "&bt BT_SEL 1", "&bt BT_SEL 2", "&bt BT_SEL 3", "&bt BT_SEL 4", "&none", "&trans", "&none", "&none", "&none", "&none", "&none", "&none",
Expand Down
6 changes: 6 additions & 0 deletions config/macros.dtsi
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
macro_csv: macro_csv{
compatible = "zmk,behavior-macro";
label = "macro_csv";
#binding-cells = <0>;
bindings = <&kp LEFT_CONTROL>, <&kp LEFT_SHIFT>, <&kp V>;
};
macro_csc: macro_csc{
compatible = "zmk,behavior-macro";
label = "macro_csc";
Expand Down

0 comments on commit 2cb19e9

Please sign in to comment.