Created
November 7, 2022 21:14
-
-
Save kazu0617/8e473c68cbe30c550b7589e2cca2304f to your computer and use it in GitHub Desktop.
NeosVR Client Config.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/kazu0617/JSONSchemas/main/schemas/NeosConfig.schema.ja.json", | |
"inputs" : { | |
"triggerDeadZone" : 0.0 | |
}, | |
"universeId" : null, | |
"noUI" : false, | |
"disableDesktop" : true, | |
"pathWhitelist" : null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment