Skip to content

Commit

Permalink
[feat] switch to LGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV committed Jan 17, 2023
1 parent 901bed9 commit 2bb7d89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zmk-config/boards/arm/le_chiff_ble/le_chiff_ble.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
// / Q | W | E | R | T \ / Y | U | I | O | P \
// | A | S | D | F | G | ___ | H | J | K | L | ; |
// |Sft/Z| X | C | V | B ||MUT|| N | M | , | . |Sft//|
// \LAlt/Bspc| Ctl/SPC / \ Num/Del | Sym/Ent /
// \LSup/Bspc| Ctl/SPC / \ Num/Del | Sym/Ent /
// --------------------- --------------------
bindings = <
&kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
&kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI
&mt LSHFT Z &kp X &kp C &kp V &kp B &kp C_MUTE &kp N &kp M &kp COMMA &kp DOT &mt RSHFT FSLH
&mt LALT BSPC &mt LCTRL SPACE &lt 1 RET &lt 2 DEL
&mt LGUI BSPC &mt LCTRL SPACE &lt 1 RET &lt 2 DEL
>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP>;
};
Expand All @@ -44,13 +44,13 @@
// / 1 | 2 | 3 | 4 | 5 \ / 6 | 7 | 8 | 9 | 0 \
// | TAB |BTPRV|BTNXT| VOL-| VOL+| ___ | < | v | ^ | > | ' |
// | Sft |BTSL0|BTCLR| MUT | ||CPS|| HOME| END | PGUP| PGDN| Sft |
// \ LAlt | Ctl / \ Trns | /
// \ LGUI | Ctl / \ Trns | /
// --------------------- --------------------
bindings = <
&kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0
&kp TAB &bt BT_PRV &bt BT_NXT &kp C_VOL_DN &kp C_VOL_UP &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp SQT
&kp LSHFT &bt BT_SEL 0 &bt BT_CLR &kp C_MUTE &none &none &kp HOME &kp END &kp PG_UP &kp PG_DN &kp RSHFT
&kp LALT &kp LCTRL &trans &none
&kp LGUI &kp LCTRL &trans &kp LALT
>;
sensor-bindings = <&inc_dec_kp PG_UP PG_DN>;
};
Expand All @@ -66,7 +66,7 @@
&kp ESC &kp F1 &kp F2 &kp F3 &kp F4 &out OUT_USB &out OUT_BLE &none &kp EQUAL &kp MINUS
&none &kp F5 &kp F6 &kp F7 &kp F8 &kp LBKT &kp RBKT &none &kp GRAVE &kp BSLH
&kp LSHFT &kp F9 &kp F10 &kp F11 &kp F12 &none &none &none &reset &bootloader &kp RSHFT
&kp LALT &kp LCTRL &none &trans
&kp LGUI &kp LCTRL &kp LALT &trans
>;
sensor-bindings = <&inc_dec_kp PG_UP PG_DN>;
};
Expand Down

0 comments on commit 2bb7d89

Please sign in to comment.