Skip to content

Commit

Permalink
hardcoding 0 incase its needed
Browse files Browse the repository at this point in the history
  • Loading branch information
t4corun committed Aug 24, 2023
1 parent 8f01ab6 commit fcf2e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/user/general.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/outputs.h>
#include <dt-bindings/zmk/mouse.h>
#include <dt-bindings/zmk/macro.h>

#define ZMK_HELPER_STRINGIFY(x) #x

Expand Down
2 changes: 1 addition & 1 deletion config/user/macro.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macros {
ZMK_BEHAVIOR(mtt, macro_one_param,
wait-ms = <MACRO_WAIT_TERM>;
tap-ms = <MACRO_TAP_TERM>;
bindings = <&macro_param_1to1 &macro_tap &kp MACRO_PLACEHOLDER>;
bindings = <&macro_param_1to1 &macro_tap &kp 0>;
)


Expand Down

0 comments on commit fcf2e23

Please sign in to comment.