Skip to content

Commit

Permalink
fix(gpd_win4): fix back buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee authored and ShadowApex committed Sep 27, 2024
1 parent 1eff257 commit 7068a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions rootfs/usr/share/inputplumber/capability_maps/gpd_type3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ id: gpd3
mapping:
- name: Left Paddle
source_events:
- keyboard: KeyPause
- keyboard: KeySysrq
target_event:
gamepad:
button: LeftPaddle1
- name: Right Paddle
source_events:
- keyboard: KeySysrq
- keyboard: KeyPause
target_event:
gamepad:
button: RightPaddle1
Expand Down
6 changes: 3 additions & 3 deletions rootfs/usr/share/inputplumber/devices/50-gpd_win4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ matches:
source_devices:
- group: gamepad
evdev:
name: Microsoft X-Box 360 pad
name: "Microsoft X-Box 360 pad"
phys_path: usb-0000:73:00.3-4.1/input0
handler: event*
- group: keyboard
evdev:
name: Mouse for Windows
phys_path: usb-0000:73:00.3-4.2/input0
name: " Mouse for Windows"
handler: event*
phys_path: usb-0000:73:00.3-4.2/input1
- group: imu
iio:
name: i2c-BMI0160:00
Expand Down

0 comments on commit 7068a75

Please sign in to comment.