update config for support non-standard wheel mapping button

This commit is contained in:
Hoe 2024-07-13 22:38:31 +08:00
parent e36031ebfb
commit cb05c53a7b

View File

@ -211,10 +211,21 @@ accelAxis=Y
start=1 start=1
viewChg=2 viewChg=2
; DPad is already emulated, but in order to trigger "Time Up" and exit the ; DPad is already emulated, but in order to trigger "Time Up" and exit the
; course you need to press both left and right on the DPad at the same time. ; course you need to press both left and right on the DPad at the same time
; This is not possible on most devices, so we set the left and right button again. ; This is not possible on most devices, so we set the left and right button again
;
; up key
; down key
; left key
; right key
; leftThumb key (The left and right buttons cannot be pressed at the same time to set)
; rightThumb key (The left and right buttons cannot be pressed at the same time to set)
up=0
down=0
left=7 left=7
right=8 right=8
leftThumb=7
rightThumb=8
; Button mappings for the simulated six-speed shifter. ; Button mappings for the simulated six-speed shifter.
shiftDn=6 shiftDn=6
shiftUp=5 shiftUp=5