Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Oct 16, 2024
1 parent 8b54f62 commit bd42e7b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@
#include "version.dtsi"
#ifndef VERSION_MACRO

f2: tmux {
f2: f2 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 2 &kp F2>;
label = "TMUX";
label = "f2";
};

f3: intellij {
f3: f3 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 1 &kp F3>;
label = "INTELLIJ";
label = "f3";
};

f1: chrome {
f1: f1 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 0 &kp F1>;
label = "CHROME";
label = "f1";
};

f4: discord {
f4: f4 {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&to 0 &kp F4>;
label = "DISCORD";
label = "f4";
};

#endif
Expand Down

0 comments on commit bd42e7b

Please sign in to comment.