Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use only one axis, and keep RZ #5

Open
jayma-bro opened this issue May 19, 2024 · 1 comment
Open

Use only one axis, and keep RZ #5

jayma-bro opened this issue May 19, 2024 · 1 comment

Comments

@jayma-bro
Copy link

Hi,
I want to get only one of the both axis (because of the limitation of 8 axis)
I try several things, but I definitely don't understand exactly what it's make, (with some issue of only half-range on another axe)
if you know how to do this, I'm very interested :)

@rev42
Copy link

rev42 commented Oct 26, 2024

I got the same issue today.
Just flipping Ministick X and Rudder.

Here is the settings I used:

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes]

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes]

; Order of declaration:
;   - X
;   - Y
;   - Z
;   - RX
;   - RY
;   - RZ
;   - SLIDER2
;   - SLIDER1
;   - VOID
[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\0]
@="X"
"Attributes"=hex:01,81,00,00,01,00,30,00

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\1]
@="Y"
"Attributes"=hex:01,81,00,00,01,00,31,00

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\2]
@="Throttle"
"Attributes"=hex:01,81,00,00,01,00,32,00

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\3]
@="Bottom Rotary"
"Attributes"=hex:01,81,00,00,01,00,33,00

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\4]
@="Top Rotary"
"Attributes"=hex:01,81,00,00,01,00,34,00

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\5]
@="Rudder"
"Attributes"=hex:01,81,00,00,01,00,35,00

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\6]
@="Ministick Y"
"Attributes"=hex:01,81,00,00,05,00,26,00

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\7]
@="Slider"
"Attributes"=hex:01,81,00,00,01,00,36,00

[HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0762\Axes\8]
@="Ministick X"
"Attributes"=hex:01,81,00,00,05,00,24,00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants