Skip to content

Commit

Permalink
Update to latest factory keymap from moergo-sc/zmk
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisandreae committed Nov 13, 2023
1 parent 6cbfe4a commit c36e4d7
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions config/glove80.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
tapping-term-ms = <200>;
bindings = <&mo LOWER>, <&to LOWER>;
};

magic: magic_hold_tap {
compatible = "zmk,behavior-hold-tap";
label = "MAGIC_HOLD_TAP";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <200>;
bindings = <&mo>, <&rgb_ug_status_macro>;
};
};

macros {
Expand All @@ -40,9 +49,7 @@
bindings
= <&rgb_ug RGB_STATUS>;
};
};

macros {
bt_0: bt_profile_macro_0 {
label = "BT_0";
compatible = "zmk,behavior-macro";
Expand All @@ -51,9 +58,7 @@
= <&out OUT_BLE>,
<&bt BT_SEL 0>;
};
};

macros {
bt_1: bt_profile_macro_1 {
label = "BT_1";
compatible = "zmk,behavior-macro";
Expand All @@ -62,9 +67,7 @@
= <&out OUT_BLE>,
<&bt BT_SEL 1>;
};
};

macros {
bt_2: bt_profile_macro_2 {
label = "BT_2";
compatible = "zmk,behavior-macro";
Expand All @@ -73,9 +76,7 @@
= <&out OUT_BLE>,
<&bt BT_SEL 2>;
};
};

macros {
bt_3: bt_profile_macro_3 {
label = "BT_3";
compatible = "zmk,behavior-macro";
Expand All @@ -86,15 +87,6 @@
};
};

magic: magic_hold_tap {
compatible = "zmk,behavior-hold-tap";
label = "MAGIC_HOLD_TAP";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <200>;
bindings = <&mo>, <&rgb_ug_status_macro>;
};

keymap {
compatible = "zmk,keymap";

Expand Down Expand Up @@ -134,7 +126,7 @@
&none &none &none &none &none &none &none &none &none &none &none &none
&none &rgb_ug RGB_SPI &rgb_ug RGB_SAI &rgb_ug RGB_HUI &rgb_ug RGB_BRI &rgb_ug RGB_TOG &none &none &none &none &none &none
&bootloader &rgb_ug RGB_SPD &rgb_ug RGB_SAD &rgb_ug RGB_HUD &rgb_ug RGB_BRD &rgb_ug RGB_EFF &none &none &none &none &none &bootloader
&reset &none &none &none &none &none &bt_2 &bt_3 &none &none &none &none &none &none &none &none &none &reset
&sys_reset &none &none &none &none &none &bt_2 &bt_3 &none &none &none &none &none &none &none &none &none &sys_reset
&none &none &none &none &none &bt_0 &bt_1 &out OUT_USB &none &none &none &none &none &none &none &to FACTORY_TEST
>;
};
Expand Down

0 comments on commit c36e4d7

Please sign in to comment.