Skip to content

Commit

Permalink
Define custom behaviours after importing keys header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Promytheos committed Jan 5, 2025
1 parent 82c94be commit aa23eec
Showing 1 changed file with 1 addition and 1 deletion.
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 aa23eec

Please sign in to comment.