Skip to content

Commit

Permalink
Comment out macros
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonKraken committed Dec 1, 2023
1 parent c60b4b5 commit 0134f44
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions config/glove80.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -66,49 +66,49 @@
};
};

macros {
bt_0: bt_profile_macro_0 {
label = "BT_0";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings
= <&out OUT_BLE>,
<&bt BT_SEL 0>;
};
};

macros {
bt_1: bt_profile_macro_1 {
label = "BT_1";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings
= <&out OUT_BLE>,
<&bt BT_SEL 1>;
};
};

macros {
bt_2: bt_profile_macro_2 {
label = "BT_2";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings
= <&out OUT_BLE>,
<&bt BT_SEL 2>;
};
};

macros {
bt_3: bt_profile_macro_3 {
label = "BT_3";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings
= <&out OUT_BLE>,
<&bt BT_SEL 3>;
};
};
/* macros { */
/* bt_0: bt_profile_macro_0 { */
/* label = "BT_0"; */
/* compatible = "zmk,behavior-macro"; */
/* #binding-cells = <0>; */
/* bindings */
/* = <&out OUT_BLE>, */
/* <&bt BT_SEL 0>; */
/* }; */
/* }; */

/* macros { */
/* bt_1: bt_profile_macro_1 { */
/* label = "BT_1"; */
/* compatible = "zmk,behavior-macro"; */
/* #binding-cells = <0>; */
/* bindings */
/* = <&out OUT_BLE>, */
/* <&bt BT_SEL 1>; */
/* }; */
/* }; */

/* macros { */
/* bt_2: bt_profile_macro_2 { */
/* label = "BT_2"; */
/* compatible = "zmk,behavior-macro"; */
/* #binding-cells = <0>; */
/* bindings */
/* = <&out OUT_BLE>, */
/* <&bt BT_SEL 2>; */
/* }; */
/* }; */

/* macros { */
/* bt_3: bt_profile_macro_3 { */
/* label = "BT_3"; */
/* compatible = "zmk,behavior-macro"; */
/* #binding-cells = <0>; */
/* bindings */
/* = <&out OUT_BLE>, */
/* <&bt BT_SEL 3>; */
/* }; */
/* }; */

magic: magic_hold_tap {
compatible = "zmk,behavior-hold-tap";
Expand Down

0 comments on commit 0134f44

Please sign in to comment.