diff --git a/opentabletdriver/vertical-main.json b/opentabletdriver/vertical-main.json new file mode 100644 index 0000000..3b75a8b --- /dev/null +++ b/opentabletdriver/vertical-main.json @@ -0,0 +1,94 @@ +{ + "Profiles": [ + { + "Tablet": "Gaomon M10K", + "OutputMode": { + "Path": "VoiDPlugins.OutputMode.WinInkAbsoluteMode", + "Settings": [ + { + "Property": "Sync", + "Value": null + }, + { + "Property": "ForcedSync", + "Value": null + } + ], + "Enable": true + }, + "Filters": [], + "AbsoluteModeSettings": { + "Display": { + "Width": 1920.0, + "Height": 1080.0, + "X": 960.0, + "Y": 540.0, + "Rotation": 0.0 + }, + "Tablet": { + "Width": 127.0, + "Height": 79.375, + "X": 127.0, + "Y": 79.375, + "Rotation": 270.0 + }, + "EnableClipping": true, + "EnableAreaLimiting": false, + "LockAspectRatio": false + }, + "RelativeModeSettings": { + "XSensitivity": 10.0, + "YSensitivity": 10.0, + "RelativeRotation": 0.0, + "RelativeResetDelay": "00:00:00.1000000" + }, + "Bindings": { + "TipActivationThreshold": 0.0, + "TipButton": { + "Path": "VoiDPlugins.OutputMode.WindowsInkButtonHandler", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Tip" + } + ], + "Enable": true + }, + "EraserActivationThreshold": 0.0, + "EraserButton": null, + "PenButtons": [ + { + "Path": "VoiDPlugins.OutputMode.WindowsInkButtonHandler", + "Settings": [ + { + "Property": "Button", + "Value": "Eraser (Hold)" + } + ], + "Enable": true + }, + null + ], + "AuxButtons": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null + } + } + ], + "LockUsableAreaDisplay": true, + "LockUsableAreaTablet": true, + "Tools": [] +} \ No newline at end of file diff --git a/opentabletdriver/vertical-second.json b/opentabletdriver/vertical-second.json new file mode 100644 index 0000000..45b57ba --- /dev/null +++ b/opentabletdriver/vertical-second.json @@ -0,0 +1,94 @@ +{ + "Profiles": [ + { + "Tablet": "Gaomon M10K", + "OutputMode": { + "Path": "VoiDPlugins.OutputMode.WinInkAbsoluteMode", + "Settings": [ + { + "Property": "Sync", + "Value": null + }, + { + "Property": "ForcedSync", + "Value": null + } + ], + "Enable": true + }, + "Filters": [], + "AbsoluteModeSettings": { + "Display": { + "Width": 1920.0, + "Height": 1080.0, + "X": 2880.0, + "Y": 1156.0, + "Rotation": 0.0 + }, + "Tablet": { + "Width": 127.0, + "Height": 79.375, + "X": 127.0, + "Y": 79.375, + "Rotation": 270.0 + }, + "EnableClipping": true, + "EnableAreaLimiting": false, + "LockAspectRatio": false + }, + "RelativeModeSettings": { + "XSensitivity": 10.0, + "YSensitivity": 10.0, + "RelativeRotation": 0.0, + "RelativeResetDelay": "00:00:00.1000000" + }, + "Bindings": { + "TipActivationThreshold": 0.0, + "TipButton": { + "Path": "VoiDPlugins.OutputMode.WindowsInkButtonHandler", + "Settings": [ + { + "Property": "Button", + "Value": "Pen Tip" + } + ], + "Enable": true + }, + "EraserActivationThreshold": 0.0, + "EraserButton": null, + "PenButtons": [ + { + "Path": "VoiDPlugins.OutputMode.WindowsInkButtonHandler", + "Settings": [ + { + "Property": "Button", + "Value": "Eraser (Hold)" + } + ], + "Enable": true + }, + null + ], + "AuxButtons": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ], + "MouseButtons": [], + "MouseScrollUp": null, + "MouseScrollDown": null + } + } + ], + "LockUsableAreaDisplay": true, + "LockUsableAreaTablet": true, + "Tools": [] +} \ No newline at end of file