Skip to content

Commit

Permalink
2.33: and try resetting the layer first
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMilliken authored and github-actions[bot] committed Dec 16, 2023
1 parent 8196127 commit 91e7d93
Show file tree
Hide file tree
Showing 2 changed files with 2,762 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/shared.dtsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VER_PATCH N2
#define VER_PATCH N3
#define VER_MINOR N3
#define VER_MAJOR N2
/* Key Positions
Expand Down Expand Up @@ -269,9 +269,12 @@
};
dis_tog: discord_layer_toggle {
compatible = "zmk,behavior-macro";
wait-ms = <500>;
#binding-cells = <0>;
bindings = <&tog 9>;
bindings
= <&to 0>
, <&macro_wait_time 75>
, <&tog 9>
;
};
dis_up: discord_previous_unread {
compatible = "zmk,behavior-macro";
Expand Down
Loading

0 comments on commit 91e7d93

Please sign in to comment.