Skip to content

Commit

Permalink
Making testing layout default and keep backup layer
Browse files Browse the repository at this point in the history
  • Loading branch information
eddymoulton committed Oct 11, 2024
1 parent 5d29258 commit 4034c10
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <dt-bindings/zmk/outputs.h>

#define _DEFAULT 0
#define _TESTING 1
#define _BACKUP 1
#define _MAC 2
#define _FANCY_GAME 3
#define _GAME_NUM 4
Expand Down Expand Up @@ -50,21 +50,22 @@

_DEFAULT {
bindings = <
&none &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&kp LSHFT &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &lt _NUM SQT
&kp LCTRL &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &lt _SYS ESC
&kp LALT &mo _LOWER &mo _NUM &kp LGUI &kp SPACE &none
>;
};

_BACKUP {
bindings = <
&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 LSHFT &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &lt _NUM SQT
&kp LCTRL &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &lt _SYS ESC
&kp LALT &mo _LOWER &mo _NUM &mt LGUI BSPC &kp SPACE &kp RET
>;
};

_TESTING {
bindings = <
&none &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&kp LSHFT &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &lt _NUM SQT
&kp LCTRL &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &lt _SYS ESC
&kp LALT &mo _LOWER &mo _NUM &kp LGUI &kp SPACE &none
>;
};

_MAC {
bindings = <
Expand Down

0 comments on commit 4034c10

Please sign in to comment.