Commit 094d988 1 parent 408c441 commit 094d988 Copy full SHA for 094d988
File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- # Enable pointing for mouse keys
1
+ # Enable mouse for mouse keys and smooth scrolling
2
2
CONFIG_ZMK_POINTING=y
3
+ CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
3
4
4
5
# Boost Bluetooth TX power
5
6
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
Original file line number Diff line number Diff line change 1
- # Enable pointing for mouse keys
1
+ # Enable mouse for mouse keys and smooth scrolling
2
2
CONFIG_ZMK_POINTING=y
3
+ CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
3
4
4
5
# Require passkey on pairing
5
6
CONFIG_ZMK_BLE_PASSKEY_ENTRY=y
Original file line number Diff line number Diff line change 1
1
# Rename keyboard
2
2
CONFIG_ZMK_KEYBOARD_NAME="Rufous"
3
3
4
- # Enable pointing for mouse keys
4
+ # Enable mouse for mouse keys and smooth scrolling
5
5
CONFIG_ZMK_POINTING=y
6
+ CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
6
7
7
8
# Boost Bluetooth TX power
8
9
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
Original file line number Diff line number Diff line change 1
1
#include <zephyr/dt-bindings/input/input-event-codes.h>
2
2
3
3
#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
5
5
6
6
#include <dt-bindings/zmk/pointing.h>
7
7
#include <input/processors.dtsi>
Original file line number Diff line number Diff line change 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
3
4
4
5
# Boost Bluetooth TX power
5
6
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
You can’t perform that action at this time.
0 commit comments