You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the Emax VRX only has 4 buttons we need to make some choice on how to map their functions for GSMenu. Here is one possible layout with the left most button as "center". This allows for using the GSMenu keyboard and all other GSMenu functions since right/center behave the same for most of the menu.
115
+
Since the Emax VRX only has 4 buttons we need to make some choice on how to map their functions for GSMenu. Here is one possible layout with the left most button as "center". This allows for using the GSMenu keyboard and all other GSMenu functions since right/center behaves the same for most of the menu.
116
116
```
117
117
gsmenu:
118
118
enabled: true
@@ -123,7 +123,7 @@ gsmenu:
123
123
up: 18
124
124
down: 16
125
125
```
126
-
If you prefer a more traditional mapping this might be prefered.
126
+
If you prefer a more traditional mapping this might be prefered, but it lacks the center function so we can't use the GSMenu keyboard.
127
127
```
128
128
gsmenu:
129
129
enabled: true
@@ -134,6 +134,18 @@ gsmenu:
134
134
up: 18
135
135
down: 16
136
136
```
137
+
If you prefer to think of the buttons looking at the VRX head on rather than when mounted on your goggles (from the back), you can reverse the button order
0 commit comments