Skip to content

Commit

Permalink
Define custom behaviours after defining layers
Browse files Browse the repository at this point in the history
Correct spelling

fix
  • Loading branch information
Promytheos committed Jan 5, 2025
1 parent 7f3d7ec commit b36dd58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions boards/shields/vortex_corne/vortex_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/pointing.h>
#include "./custom_behaviors.dtsi"

#define BASE 0
#define TAP 1
Expand All @@ -25,6 +24,8 @@
#define FUN 8
#define EXT 9

#include "./custom_behaviors.dtsi"

&mt {
flavor = "tap-preferred";
};
Expand Down Expand Up @@ -113,7 +114,7 @@
bindings = <
&none &to_reset &to_TAP &to_EXT &to_BASE &none &kp LBKT &kp N7 &kp N8 &kp N9 &kp RBKT &none
&none &kp LGUI &kp LALT &kp LSHFT &kp LCTRL &none &kp EQUAL &kp N4 &kp N5 &kp N6 &kp SEMI &none
&none &none &none &to_NAV &to_NUM &none &kp BSLSH &kp N1 &kp N2 &kp N3 &kp GRAVE &none
&none &none &none &to_NAV &to_NUM &none &kp BSLH &kp N1 &kp N2 &kp N3 &kp GRAVE &none
&none &none &none &kp MINUS &kp N0 &kp DOT
>;
};
Expand All @@ -132,7 +133,7 @@
&none &to_reset &to_TAP &to_EXT &to_BASE &none &kp PSCRN &kp F7 &kp F8 &kp F9 &kp F12 &none
&none &kp LGUI &kp LALT &kp LSHFT &kp LCTRL &none &kp SLCK &kp F4 &kp F5 &kp F6 &kp F11 &none
&none &none &none &to_MED &to_FUN &none &kp PAUSE_BREAK &kp F1 &kp F2 &kp F3 &kp F10 &none
&none &none &none &kp TAB &kp SPACE &kp KAPP
&none &none &none &kp TAB &kp SPACE &kp K_APP
>;
};

Expand Down

0 comments on commit b36dd58

Please sign in to comment.