1 parent 8a13e93 commit 17724a0Copy full SHA for 17724a0
1 file changed
emVdK/config.h
@@ -9,6 +9,15 @@
9
#define AUTOMOUSE_TIMEOUT 620
10
#define AUTOMOUSE_THRESHOLD 10
11
#define AUTOMOUSE_SCROLL_THRESHOLD AUTOMOUSE_THRESHOLD / NAVIGATOR_SCROLL_DIVIDER
12
+
13
+// Existing Navigator Trackball is mounted on the right.
14
#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
22
#define RGB_MATRIX_STARTUP_SPD 60
23
0 commit comments