diff options
| author | joott <joshott16@gmail.com> | 2025-08-08 09:11:49 -0400 |
|---|---|---|
| committer | joott <joshott16@gmail.com> | 2025-08-08 09:11:49 -0400 |
| commit | adade73fb4e103732960d96c030191b3f8c74833 (patch) | |
| tree | b0bfab6012de32bfd0e3efa7271fc1bec47a2652 | |
| parent | bdf37d15fff21d0499c7b1a19f2d5817b282a363 (diff) | |
| download | zmk-config-adade73fb4e103732960d96c030191b3f8c74833.tar.gz zmk-config-adade73fb4e103732960d96c030191b3f8c74833.zip | |
smooth scrolling fixed?
| -rw-r--r-- | config/cradio.conf | 1 | ||||
| -rw-r--r-- | config/cradio.keymap | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/cradio.conf b/config/cradio.conf index 1392a8e..087a625 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -1,3 +1,4 @@ CONFIG_ZMK_POINTING=y +CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y CONFIG_BT_CTLR_TX_PWR_PLUS_8=y diff --git a/config/cradio.keymap b/config/cradio.keymap index de43125..54a762e 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -155,7 +155,7 @@ bindings = < //╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮ //│ │ │ │ │ │ │ │SCRL LEFT │SCRL DOWN │SCRL UP │SCRL RIGHT│ - &none &none &none &none &none &none &msc SCRL_LEFT &msc SCRL_DOWN &msc SCRL_UP &msc SCRL_RIGHT + &none &none &none &none &none &none &msc MOVE_LEFT &msc MOVE_DOWN &msc MOVE_UP &msc MOVE_RIGHT //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ //│ CONTROL │ MIDDLE │ RIGHT │ LEFT │ │ │ │ MSE LEFT │ MSE DOWN │ MSE UP │ MSE RIGHT│ &kp LCTRL &mkp MCLK &mkp RCLK &mkp LCLK &none &none &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_UP &mmv MOVE_RIGHT |