Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Feb 19, 2024
1 parent 63f1575 commit 3996597
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
#include <dt-bindings/zmk/keys.h>

/ {
combos {
compatible = "zmk,combos";

Select-All {
bindings = <&kp LC(A)>;
key-positions = <1 2 3>;
};
};

keymap {
compatible = "zmk,keymap";

Expand All @@ -21,14 +30,14 @@

display-name = "Base";
bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp ESC
&kp LGUI &kp SPACE &kp SPACE &kp RET &kp SPACE &kp RALT
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &mt LEFT_ALT C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RET
&mo 4 &kp SPACE &kp F22 &kp BSPC &mo 1 &kp DEL
>;
};

lower_layer {
Bluetooth {
// -----------------------------------------------------------------------------------------
// | TAB | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | BKSP |
// | BTCLR| BT1 | BT2 | BT3 | BT4 | BT5 | | LFT | DWN | UP | RGT | | |
Expand Down

0 comments on commit 3996597

Please sign in to comment.