Skip to content

Commit

Permalink
Define custom behaviours after importing keys header file
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Promytheos committed Jan 5, 2025
1 parent 6121cd6 commit e5b3e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/shields/vortex_corne/custom_behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
#binding-cells = <0>;
bindings = <&out OUT_TOG>, <&out OUT_USB>;
mods = <(MOD_LSFT|MOD_RSFT)>;
}
};
};
};
2 changes: 1 addition & 1 deletion boards/shields/vortex_corne/vortex_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20

#include <behaviors.dtsi>
#include "./custom_behaviors.dtsi"
#include <dt-bindings/zmk/outputs.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/pointing.h>
#include "./custom_behaviors.dtsi"

#define DEF 0
#define TAP 1
Expand Down

0 comments on commit e5b3e1f

Please sign in to comment.