Skip to content

Commit

Permalink
Update glove80.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfs authored Jul 4, 2024
1 parent 15d8694 commit 070d7a7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/glove80.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
#define k_END 68

#define k_BSPC 69
#define k_LCTRL 70
#define k_DEL 71
#define k_DEL 70
#define k_LCTRL 71

#define k_RET 72
#define k_RCTRL 73
#define k_RCTRL 72
#define k_RET 73
#define k_SPACE 74

#define k_LEFT 75
Expand Down Expand Up @@ -305,19 +305,19 @@
timeout-ms = <50>;
key-positions = <k_F9 k_F10>;
bindings = <&kp F12>;
};
};



combo_ESC2 {
combo_ESC {
timeout-ms = <50>;
key-positions = <k_DEL k_LOWER>;
bindings = <&kp ESC>;
};

combo_ESC3 {
combo_ESC2 {
timeout-ms = <50>;
key-positions = <k_TAB k_RET>;
key-positions = <k_RCTRL k_TAB>;
bindings = <&kp ESC>;
};

Expand All @@ -339,7 +339,7 @@

combo_BSPC {
timeout-ms = <50>;
key-positions = <k_RCTRL k_SPACE>;
key-positions = <k_RET k_SPACE>;
bindings = <&kp BSPC>;
};

Expand Down Expand Up @@ -390,7 +390,7 @@
&mod_ra_GRAVE &kp Q &kp W &kp E &mod_ra_R &mod_ra_T &kp Y &kp U &kp I &kp O &kp P &kp LBKT
&mod_ra_SQT &kp A &mod_ra_S &mod_ra_D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp BSLH
&mod_ra_MINUS &kp Z &kp X &kp C &kp V &kp B &td_lshift &kp LALT &layer_td &mod_ra_TAB &kp RALT &td_rshift &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp PG_UP
&magic MAGIC 0 &kp LGUI &kp ESC &kp HOME &kp END &kp BSPC &kp LCTRL &kp DEL &kp RET &td_ctlopt &kp SPACE &kp LEFT &kp UP &kp DOWN &kp RIGHT &kp PG_DN
&magic MAGIC 0 &kp LGUI &kp ESC &kp HOME &kp END &kp BSPC &kp DEL &kp LCTRL &td_ctlopt &kp RET &kp SPACE &kp LEFT &kp UP &kp DOWN &kp RIGHT &kp PG_DN

>;
};
Expand Down

0 comments on commit 070d7a7

Please sign in to comment.