Skip to content

Commit

Permalink
Try smooth scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 19, 2025
1 parent 408c441 commit 094d988
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion config/corneish_zen.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion config/grumpybird.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion config/hummingbird.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/includes/mouse.dtsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <zephyr/dt-bindings/input/input-event-codes.h>

#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 <dt-bindings/zmk/pointing.h>
#include <input/processors.dtsi>
Expand Down
5 changes: 3 additions & 2 deletions config/rommana.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 094d988

Please sign in to comment.