Skip to content

Commit

Permalink
Replaces K_SCROLL keys which don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored Mar 6, 2024
1 parent c8c0985 commit 58b5a0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -425,25 +425,25 @@ behaviors {
combo4_up {
timeout-ms = <50>;
key-positions = <25 26 27 28>;
bindings = <&kp K_SCROLL_UP>;
bindings = <&kp UP>;
layers = <0 2 3>;
};
combo4_up_nav {
timeout-ms = <50>;
key-positions = <25 26 27 28>;
bindings = <&kp K_SCROLL_UP>;
bindings = <&kp UP>;
layers = <1>;
};
combo4_down {
timeout-ms = <50>;
key-positions = <26 27 28 29>;
bindings = <&kp K_SCROLL_DOWN>;
bindings = <&kp DOWN>;
layers = <0 2 3>;
};
combo4_down_nav {
timeout-ms = <50>;
key-positions = <26 27 28 29>;
bindings = <&kp K_SCROLL_DOWN>;
bindings = <&kp DOWN>;
layers = <1>;
};

Expand Down

0 comments on commit 58b5a0c

Please sign in to comment.