Skip to content

Commit

Permalink
2.34: temporary workaround for &tog limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Milliken committed Dec 16, 2023
1 parent 91e7d93 commit c429ba5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
bindings = <
&lthp 5 TAB &lttp 5 Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &lttp 6 P &lthp 6 BACKSPACE
&none &hrml LCTRL A &hrml LGUI S &hrml LALT D &hrml LSHIFT F &hrml GLOBE G &h_bs &hrmr RSHIFT J &hrmr RALT K &hrmr RGUI L &hrmr RCTRL SEMICOLON &none
&none &kp Z &kp X &kp C &kp V &kp B &kp N &m_cr &kp COMMA &kp DOT &kp FSLH &none
&none &kp Z &kp X &kp C &kp V &kp B &kp N &m_cr &kp COMMA &kp DOT &kp FSLH &dis_tog
&mthp LGUI RETURN &lthp 2 LC(W) &lthp 1 ESC &lthp 4 ESC &lttp 3 SPACE &mttp RGUI COLON
>;
};
Expand Down
2 changes: 1 addition & 1 deletion config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
bindings = <
&lthp 5 TAB &lttp 5 Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &lttp 6 P &lthp 6 BACKSPACE
&none &hrml LCTRL A &hrml LGUI S &hrml LALT D &hrml LSHIFT F &hrml GLOBE G &h_bs &hrmr RSHIFT J &hrmr RALT K &hrmr RGUI L &hrmr RCTRL SEMICOLON &none
&none &kp Z &kp X &kp C &kp V &kp B &kp N &m_cr &kp COMMA &kp DOT &kp FSLH &none
&none &kp Z &kp X &kp C &kp V &kp B &kp N &m_cr &kp COMMA &kp DOT &kp FSLH &dis_tog
&mthp LGUI RETURN &lthp 2 LC(W) &lthp 1 ESC &lthp 4 ESC &lttp 3 SPACE &mttp RGUI COLON
>;
};
Expand Down
8 changes: 2 additions & 6 deletions config/shared.dtsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VER_PATCH N3
#define VER_PATCH N4
#define VER_MINOR N3
#define VER_MAJOR N2
/* Key Positions
Expand Down Expand Up @@ -270,11 +270,7 @@
dis_tog: discord_layer_toggle {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings
= <&to 0>
, <&macro_wait_time 75>
, <&tog 9>
;
bindings = <&tog 9>;
};
dis_up: discord_previous_unread {
compatible = "zmk,behavior-macro";
Expand Down
2 changes: 1 addition & 1 deletion config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
bindings = <
&lthp 5 TAB &lttp 5 Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &lttp 6 P &lthp 6 BACKSPACE
&none &hrml LCTRL A &hrml LGUI S &hrml LALT D &hrml LSHIFT F &hrml GLOBE G &h_bs &hrmr RSHIFT J &hrmr RALT K &hrmr RGUI L &hrmr RCTRL SEMICOLON &none
&none &kp Z &kp X &kp C &kp V &kp B &kp N &m_cr &kp COMMA &kp DOT &kp FSLH &none
&none &kp Z &kp X &kp C &kp V &kp B &kp N &m_cr &kp COMMA &kp DOT &kp FSLH &dis_tog
&mthp LGUI RETURN &lthp 2 LC(W) &lthp 1 ESC &lthp 4 ESC &lttp 3 SPACE &mttp RGUI COLON
>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
Expand Down

0 comments on commit c429ba5

Please sign in to comment.