Minor update to docs/pimoroni_trackball.md

Signed-off-by: Salvatore La Bua <slabua@gmail.com>
This commit is contained in:
Salvatore La Bua 2022-07-22 09:29:44 +09:00 committed by xs5871
parent 5ba865e4c6
commit bfd5e2b262

View File

@ -32,7 +32,7 @@ trackball = Trackball(i2c, mode=TrackballMode.MOUSE_MODE, handlers=[
KeyHandler(KC.UP, KC.RIGHT, KC.DOWN, KC.LEFT, KC.ENTER),
# on layer 1 and above use the default pointing behavior
PointingHandler(),
# use scrolling=ScrollDirection.NATURAL (default) or REVERSE to change the scrolling direction
# use ScrollDirection.NATURAL (default) or REVERSE to change the scrolling direction
ScrollHandler(scrolling=ScrollDirection.NATURAL)
])