diff --git a/config/corneish_zen.conf b/config/corneish_zen.conf index e62224f..6c6b2f6 100644 --- a/config/corneish_zen.conf +++ b/config/corneish_zen.conf @@ -1,5 +1,6 @@ -# Enable pointing for mouse keys +# Enable mouse for mouse keys and smooth scrolling CONFIG_ZMK_POINTING=y +CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y # Boost Bluetooth TX power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y diff --git a/config/grumpybird.conf b/config/grumpybird.conf index d075a7b..460a51c 100644 --- a/config/grumpybird.conf +++ b/config/grumpybird.conf @@ -1,5 +1,6 @@ -# Enable pointing for mouse keys +# Enable mouse for mouse keys and smooth scrolling CONFIG_ZMK_POINTING=y +CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y # Require passkey on pairing CONFIG_ZMK_BLE_PASSKEY_ENTRY=y diff --git a/config/hummingbird.conf b/config/hummingbird.conf index ad5db39..f2394eb 100644 --- a/config/hummingbird.conf +++ b/config/hummingbird.conf @@ -1,8 +1,9 @@ # Rename keyboard CONFIG_ZMK_KEYBOARD_NAME="Rufous" -# Enable pointing for mouse keys +# Enable mouse for mouse keys and smooth scrolling CONFIG_ZMK_POINTING=y +CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y # Boost Bluetooth TX power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y diff --git a/config/includes/mouse.dtsi b/config/includes/mouse.dtsi index 936bf29..7a28d94 100644 --- a/config/includes/mouse.dtsi +++ b/config/includes/mouse.dtsi @@ -1,7 +1,7 @@ #include #define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // 600 -#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // 10 +#define ZMK_POINTING_DEFAULT_SCRL_VAL 250 // 10 #include #include diff --git a/config/rommana.conf b/config/rommana.conf index 93a1de3..070d08f 100644 --- a/config/rommana.conf +++ b/config/rommana.conf @@ -1,5 +1,6 @@ -# Enable mouse for mouse keys -CONFIG_ZMK_MOUSE=y +# Enable mouse for mouse keys and smooth scrolling +CONFIG_ZMK_POINTING=y +CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y # Boost Bluetooth TX power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y