Skip to content

Commit

Permalink
Define custom behaviours after defining layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Promytheos committed Jan 5, 2025
1 parent 7f3d7ec commit a25f65a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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

0 comments on commit a25f65a

Please sign in to comment.