Skip to content

Commit

Permalink
Fixes DOWN combo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored Mar 5, 2024
1 parent 6b156c0 commit f9a9efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ behaviors {
bindings = <&kp UP>;
layers = <0 1 2 3>;
};
combo4_dn {
combo4_down {
timeout-ms = <50>;
key-positions = <26 27 28 29>;
bindings = <&kp PGDN>;
bindings = <&kp DOWN>;
layers = <0 1 2 3>;
};

Expand Down

0 comments on commit f9a9efc

Please sign in to comment.