Skip to content

Commit

Permalink
Add layer taps for number and navigation layers
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Apr 11, 2024
1 parent 19b552b commit e8ac79e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions boards/shields/defiant/defiant.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#define DEF 0
#define SYM 1
#define NUM 2
#define NAV 3

/ {

Expand All @@ -14,9 +15,9 @@ keymap {
default_layer {
bindings = <
&kp LBKT &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp RBKT
&kp A &kp R &kp S &kp T &kp G &kp LGUI &kp RCTRL &kp M &kp N &kp E &kp I &kp O
&kp COMMA &kp X &kp C &kp D &kp V &kp LCTRL &kp RALT &kp K &kp H &kp Z &kp DOT &kp Q
&kp LGUI &kp DEL &kp TAB &kp SPACE &sl SYM &sl SYM &kp RET &kp BSPC &kp ESC &kp RALT
&kp A &kp R &kp S &kp T &kp G &kp LGUI &kp RCTRL &kp M &kp N &kp E &kp I &kp O
&kp COMMA &kp X &kp C &kp D &kp V &kp LCTRL &kp RALT &kp K &kp H &kp Z &kp DOT &kp Q
&kp LGUI &kp DEL &kp TAB &lt NAV SPACE &sl SYM &sl SYM &lt NUM RET &kp BSPC &kp ESC &kp RALT
>;
};

Expand All @@ -38,6 +39,16 @@ keymap {
>;

};

navigation_layer {
bindings = <
&kp LBKT &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp RBKT
&kp A &kp R &kp S &kp T &kp G &kp LGUI &kp RCTRL &kp M &kp N &kp E &kp I &kp O
&kp COMMA &kp X &kp C &kp D &kp V &kp LCTRL &kp RALT &kp K &kp H &kp Z &kp DOT &kp Q
&kp LGUI &kp DEL &kp TAB &kp SPACE &sl SYM &sl SYM &lt NUM RET &kp BSPC &kp ESC &kp RALT
>;
};

};

};

0 comments on commit e8ac79e

Please sign in to comment.