Skip to content

Commit 094d988

Browse files
committed
Try smooth scrolling
1 parent 408c441 commit 094d988

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

config/corneish_zen.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Enable pointing for mouse keys
1+
# Enable mouse for mouse keys and smooth scrolling
22
CONFIG_ZMK_POINTING=y
3+
CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
34

45
# Boost Bluetooth TX power
56
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

config/grumpybird.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Enable pointing for mouse keys
1+
# Enable mouse for mouse keys and smooth scrolling
22
CONFIG_ZMK_POINTING=y
3+
CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
34

45
# Require passkey on pairing
56
CONFIG_ZMK_BLE_PASSKEY_ENTRY=y

config/hummingbird.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Rename keyboard
22
CONFIG_ZMK_KEYBOARD_NAME="Rufous"
33

4-
# Enable pointing for mouse keys
4+
# Enable mouse for mouse keys and smooth scrolling
55
CONFIG_ZMK_POINTING=y
6+
CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
67

78
# Boost Bluetooth TX power
89
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

config/includes/mouse.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <zephyr/dt-bindings/input/input-event-codes.h>
22

33
#define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // 600
4-
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // 10
4+
#define ZMK_POINTING_DEFAULT_SCRL_VAL 250 // 10
55

66
#include <dt-bindings/zmk/pointing.h>
77
#include <input/processors.dtsi>

config/rommana.conf

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Enable mouse for mouse keys
2-
CONFIG_ZMK_MOUSE=y
1+
# Enable mouse for mouse keys and smooth scrolling
2+
CONFIG_ZMK_POINTING=y
3+
CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
34

45
# Boost Bluetooth TX power
56
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

0 commit comments

Comments
 (0)