Skip to content

Commit 17724a0

Browse files
committed
Configure dual Navigator test orientations
1 parent 8a13e93 commit 17724a0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

emVdK/config.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
#define AUTOMOUSE_TIMEOUT 620
1010
#define AUTOMOUSE_THRESHOLD 10
1111
#define AUTOMOUSE_SCROLL_THRESHOLD AUTOMOUSE_THRESHOLD / NAVIGATOR_SCROLL_DIVIDER
12+
13+
// Existing Navigator Trackball is mounted on the right.
1214
#define NAVIGATOR_TRACKBALL_ROTATION 325
15+
16+
// Test Navigator Trackpad is intended for the left side. The driver has no
17+
// left/right selector; side is physical on the shared I2C bus. Start with the
18+
// module default orientation explicitly documented here and adjust after a
19+
// real Trackpad is available if necessary.
20+
#define NAVIGATOR_TRACKPAD_ROTATION 0
21+
1322
#define RGB_MATRIX_STARTUP_SPD 60
1423

0 commit comments

Comments
 (0)