Fix POINTING_DEVICE_GESTURES_SCROLL_ENABLE typo (#17850)
* Fix typo for POINTING_DEVICE_GESTURES_SCROLL_ENABLE Follow the name written in documentation which follows POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE * Reword the blurb about POINTING_DEVICE_GESTURES_CURSOR_GLIDE_ENABLE in docs
This commit is contained in:
parent
409790457c
commit
b03a7cef75
2 changed files with 3 additions and 3 deletions
|
@ -41,13 +41,13 @@
|
|||
# ifndef CIRQUE_PINNACLE_Y_RANGE
|
||||
# define CIRQUE_PINNACLE_Y_RANGE (CIRQUE_PINNACLE_Y_UPPER - CIRQUE_PINNACLE_Y_LOWER)
|
||||
# endif
|
||||
# if defined(POINTING_DEVICE_GESTURE_SCROLL_ENABLE)
|
||||
# if defined(POINTING_DEVICE_GESTURES_SCROLL_ENABLE)
|
||||
# define CIRQUE_PINNACLE_CIRCULAR_SCROLL_ENABLE
|
||||
# endif
|
||||
#else
|
||||
# define CIRQUE_PINNACLE_X_RANGE 256
|
||||
# define CIRQUE_PINNACLE_Y_RANGE 256
|
||||
# if defined(POINTING_DEVICE_GESTURE_SCROLL_ENABLE)
|
||||
# if defined(POINTING_DEVICE_GESTURES_SCROLL_ENABLE)
|
||||
# define CIRQUE_PINNACLE_SIDE_SCROLL_ENABLE
|
||||
# endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue