From 51a27bc61c38e179f7dbb1c68dd97cc4cfde1aff Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:44:04 -0500 Subject: [PATCH] fix link to mouse config --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 698d2c5d4a5..521668587b6 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ version with the original mouse PR #778, then the following adjustments are necessary in your `zmk-config`: - `&mwh` --> `&msc` -- `MOVE_VERT` --> `MOVE_Y` -- `MOVE_HOR` --> `MOVE_X` -- `SCROLL_VERT` --> `SCRL_Y` -- `SCROLL_HOR` --> `SCRL_X` +- `MOVE_VERT` --> `MOVE_Y` or `MOVE_LEFT`/`MOVE_RIGHT` +- `MOVE_HOR` --> `MOVE_X` or `MOVE_UP`/`MOVE_DOWN` +- `SCROLL_VERT` --> `MOVE_Y` or `SCRL_UP`/`SCRL_DOWN` +- `SCROLL_HOR` --> `MOVE_X` or `SCRL_LEFT`/`SCRL_RIGHT` E.g., this is my current [mouse -configuration](https://github.com/urob/zmk-config/blob/upstream-mouse/config/mouse.dtsi) +configuration](https://github.com/urob/zmk-config/blob/main/config/mouse.dtsi) using the new api. ---