Skip to content

Commit 997acab

Browse files
committed
Fix pointing device settings
1 parent f43df33 commit 997acab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

users/drashna/pointing/pointing.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ bool is_mouse_record_user(uint16_t keycode, keyrecord_t *record) {
202202
return true;
203203
}
204204
switch (keycode) {
205+
case MOUSE_KEYCODE_RANGE:
206+
return true;
205207
# if defined(KEYBOARD_ploopy)
206208
case DPI_CONFIG:
207209
# elif (defined(KEYBOARD_bastardkb_charybdis) || defined(KEYBOARD_handwired_tractyl_manuform)) && \

users/drashna/post_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# endif // MOUSEKEY_ACCELERATED_SPEED
8383
// mouse scroll config
8484
# ifndef MOUSEKEY_WHEEL_DELAY
85-
# define MOUSEKEY_WHEEL_DELAY 15
85+
# define MOUSEKEY_WHEEL_DELAY 150
8686
# endif // MOUSEKEY_WHEEL_DELAY
8787
# ifndef MOUSEKEY_WHEEL_DELTA
8888
# define MOUSEKEY_WHEEL_DELTA 1

0 commit comments

Comments
 (0)