Skip to content

Commit

Permalink
Updated keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
adv360proapp[bot] authored Jan 5, 2025
1 parent 4dfc280 commit cec4791
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions config/macros.dtsi
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
macro_playground: macro_playground{
macro_kinesis_gui: macro_kinesis_gui{
compatible = "zmk,behavior-macro";
label = "macro_playground";
label = "macro_kinesis_gui";
#binding-cells = <0>;
bindings = <&kp LS(LA(LC(LG(N3))))>;
};
macro_clipboards: macro_clipboards{
compatible = "zmk,behavior-macro";
label = "macro_clipboards";
#binding-cells = <0>;
bindings = <&kp LA(LG(C))>;
};
macro_translate: macro_translate{
compatible = "zmk,behavior-macro";
label = "macro_translate";
#binding-cells = <0>;
bindings = <&kp LS(LC(LA(LG(T))))>;
};
macro_full_display: macro_full_display{
compatible = "zmk,behavior-macro";
label = "macro_full_display";
#binding-cells = <0>;
bindings = <&kp LS(LA(F))>;
};
macro_toogle_monitor: macro_toogle_monitor{
compatible = "zmk,behavior-macro";
label = "macro_toogle_monitor";
#binding-cells = <0>;
bindings = <&kp LS(LA(TAB))>;
};
macro_quotes: macro_quotes{
compatible = "zmk,behavior-macro";
label = "macro_quotes";
Expand Down

0 comments on commit cec4791

Please sign in to comment.