Skip to content

Commit

Permalink
Add support of mouse scroll up/down keys
Browse files Browse the repository at this point in the history
  • Loading branch information
deividaspetraitis committed May 20, 2024
1 parent 8e7cc39 commit abeadee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/think_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
};
lower_layer {
bindings = <
&kp N7 &kp N5 &kp N3 &kp N1 &kp N9 &kp N0 &kp N2 &kp N4 &kp N6 &kp N8 &RIGHT_END &kp BSPC
&trans &trans &trans &mkp LCLK &mkp RCLK &trans &trans &LEFT_HOME &trans &trans &trans &trans
&trans &trans &trans &kp DOWN &kp UP &trans &trans &trans &trans &trans &kp KP_MINUS &trans
&mo FUNC &lt LOWER ESC &kp SPACE &kp RET &mo RAISE &trans
&kp N7 &kp N5 &kp N3 &kp N1 &kp N9 &kp N0 &kp N2 &kp N4 &kp N6 &kp N8 &RIGHT_END &kp BSPC
&trans &trans &msc SCRL_DOWN &mkp LCLK &mkp RCLK &msc SCRL_UP &trans &LEFT_HOME &trans &trans &trans &trans
&trans &trans &trans &kp DOWN &kp UP &trans &trans &trans &trans &trans &kp KP_MINUS &trans
&mo FUNC &lt LOWER ESC &kp SPACE &kp RET &mo RAISE &trans
>;
};
raise_layer {
Expand Down

0 comments on commit abeadee

Please sign in to comment.